20241011给荣品RD-RK3588-AHD开发板刷荣品预编译的Buildroot之后打开AP6275P的BT【脚本】
2024/10/11 15:11
在Buildroot下,手机向RK3588S传送文件/PNG图片?不能接受。
荣品回复必须自己写应用APP来接受BT蓝牙传入的文件了!
蓝牙
经典蓝牙
打开蓝牙
hciconfig hci0 up
设置蓝牙可被扫描
hciconfig hci0 piscan
扫描蓝牙
hcitool -i hci0 scan
连接蓝牙
进入bluetoothctl
bluetoothctl
查找设备
scan on
配对 这一步需要在手机确认
pair MACaddress //(刚刚查找的配对设备的mac地址)
连接
connect MACaddress //(刚刚查找的配对设备的mac地址)
信任设备
trust MACaddress //(刚刚查找的配对设备的mac地址)
连接完成
可通过运行根目录下/rp_test/bt/下的脚本来进行测试
/rp_test/bt/test_bt_clinet.sh
realme的GT NEO5手机端:
[BEGIN] 2024/10/11 15:01:07
[ 8.434807] [dhd] dhd_conf_read_others : keep_alive_period = 120000
[ 8.434810] [dhd] dhd_conf_read_others : garp = 1
[ 8.434812] [dhd] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10
[ 8.434815] [dhd] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20
[ 8.434818] [dhd] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107
[ 8.434825] [dhd] dhd_conf_read_pkt_filter : pkt_filter_add[0][] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[ 8.434828] [dhd] d2h_intr_method -> PCIE_INTX(0); d2h_intr_control -> D2H_INTMASK(0)
[ 8.435015] [dhd] dhdpcie_download_code_file: dhd_tcm_test_enable 0
[ 8.435018] [dhd] dhdpcie_download_code_file: download firmware /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin
[ 8.435023] [dhd] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success
[ 8.502899] [dhd] dhd_os_open_image1: /vendor/etc/firmware/nvram_AP6275P.txt (7458 bytes) open success
[ 8.502910] [dhd] dhdpcie_download_nvram: dhd_get_download_buffer len 7458
[ 8.502913] [dhd] # AP6275P_NVRAM_V1.2_20210918A
[ 8.502940] [dhd] dhdpcie_download_nvram: process_nvram_vars len 6036
[ 8.517396] [dhd] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 8.517555] [dhd] dhd_bus_aer_config: Configure AER registers for EP
[ 8.517577] [dhd] dhd_bus_aer_config: Configure AER registers for RC
[ 8.609166] [dhd] ### Total time ARM OOR to Readshared pass took 91648 usec ###
[ 8.609181] [dhd] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready
[ 8.609576] [dhd] H2D DMA WR INDX : array size 172 = 4 * 43
[ 8.609582] [dhd] D2H DMA RD INDX : array size 16 = 4 * 4
[ 8.609587] [dhd] D2H DMA WR INDX : array size 16 = 4 * 4
[ 8.609593] [dhd] H2D DMA RD INDX : array size 172 = 4 * 43
[ 8.609598] [dhd] dhdpcie_readshared: max H2D queues 40
[ 8.609603] [dhd] FW supports debug buf dest ? N
[ 8.609744] [dhd] dhd_bus_init: Enabling bus->intr_enabled
[ 8.609748] [dhd] dhdpcie_oob_intr_register OOB irq=165 flags=0x4
[ 8.609761] [dhd] dhdpcie_oob_intr_register: enable_irq_wake
[ 8.609765] [dhd] dhd_bus_start: Initializing 43 h2drings
[ 8.609778] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896
[ 8.609784] [dhd] dhd_prot_init:3921: h2d_max_txpost = 512
[ 8.609911] [dhd] dhd_prot_init:3936: MAX_RXBUFPOST = 511
[ 8.609913] [dhd] ENABLING DW:0
[ 8.609915] [dhd] IDMA inited
[ 8.609917] [dhd] IFRM not enabled in FW !!
[ 8.609919] [dhd] DAR not enabled in FW !!
[ 8.609920] [dhd] Enable hostcap: EXTD TXS in txcpl
[ 8.609944] [dhd] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE
[ 8.609956] [dhd] dhd_bus_hostready : Read PCICMD Reg: 0x00100006
[ 8.609969] [dhd] dhd_bus_dump_dar_registers: dar_clk_ctrl(0xa08:0x10b0040) dar_pwr_ctrl(0xa0c:0x30000) dar_intstat(0xa10:0x0)
[ 8.609972] [dhd] dhd_bus_dump_dar_registers: dar_errlog(0xa60:0x0) dar_erraddr(0xa64:0x0) dar_pcie_mbint(0xa68:0x0)
[ 8.609977] [dhd] dhd_bus_hostready: Ring Hostready:1
[ 8.609981] [dhd] iDMA enabled PCIEControl = 00000001
[ 8.612204] [dhd] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43
[ 8.612816] [dhd] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc
[ 8.612824] [dhd] info buffer post after ring create
[ 8.614705] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[ 8.615228] [dhd] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8
[ 8.616675] [dhd] dhd_sync_with_dongle: RxBuf Post : 2048
[ 8.618274] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[ 8.618280] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 3
[ 8.618283] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=10, TCPDATA_INFO_MAXNUM=10
[ 8.619137] [dhd] dhd_legacy_preinit_ioctls: hostwake_oob enabled
[ 8.620564] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address 70:f7:54:b8:55:ff
[ 8.620593] [dhd] dhd_os_open_image1: /vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success
[ 8.622087] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[ 8.664213] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[ 8.669527] [dhd] Firmware up: op_mode=0x0005, MAC=70:f7:54:b8:55:ff
[ 8.707267] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[ 8.712931] [dhd] arp_enable:1 arp_ol:0
[ 8.712942] [dhd] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F
[ 8.718782] [dhd] Driver: 101.10.361.25 (wlan=r892223-20220929-2)
[ 8.718782] [dhd] Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6
[ 8.718782] [dhd] CLM: 9.9.12_SS (2021-10-12 17:03:28)
[ 8.719552] [dhd] dhd_pno_init: Support Android Location Service
[ 8.731640] [dhd] [INIT] logset:8 is preserve/chatty
[ 8.733625] [dhd] [INIT] logset:10 is preserve/chatty
[ 8.749336] [dhd] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported
[ 8.752784] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[ 8.753477] [dhd] dhd_conf_country : country code = CN/0 is already configured
[ 8.765963] [dhd] dhd_bus_devreset: WLAN Power On Done
[ 8.765971] [dhd] [wlan0] wl_android_wifi_on : Success
[ 8.794026] [dhd] dhd_rx_frame: net device is NOT registered. drop event packet
[ 8.809222] [dhd] [wlan0] wl_cfg80211_up : Roam channel cache enabled
[ 8.811156] [dhd] [wlan0] dhd_open : Exit ret=0
[ 8.811163] [dhd] [wlan0] dhd_pri_open : tx queue started
[ 8.811190] [dhd] [wlan0] custom_xps_map_set : Done. mapping cpu
[ 8.811194] [dhd] dhd_pri_open : mutex is released.
[ 8.837269] [dhd] P2P interface registered
[ 8.863385] [dhd] P2P interface started
[ 9.050307] Freeing drm_logo memory: 736K
[ 10.051610] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host high!
[ 10.103511] [BT_RFKILL]: rfkill_rk_set_power: set bt wake_host input!
[ 10.103543] [BT_RFKILL]: ENABLE UART_RTS
[ 10.210179] [BT_RFKILL]: DISABLE UART_RTS
[ 10.210222] [BT_RFKILL]: bt turn on power
[ 10.210237] [BT_RFKILL]: Request irq for bt wakeup host
[ 10.210261] [BT_RFKILL]: ** disable irq
[ 11.718697] rk_gmac-dwmac fe1c0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 11.718735] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 12.228053] of_dma_request_slave_channel: dma-names property of node '/serial@febc0000' missing or empty
[ 12.228073] dw-apb-uart febc0000.serial: failed to request DMA, use interrupt mode
proc_resetDone setting line discpline
N: [pulseaudio] bluez5-util.c: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ls -l
total 76
lrwxrwxrwx 1 root root 7 Jun 6 18:18 bin -> usr/bin
-rw-r--r-- 1 root root 489 May 10 16:38 busybox.fragment
lrwxrwxrwx 1 root root 8 Jul 29 11:08 data -> userdata
drwxr-xr-x 15 root root 5400 Oct 11 15:00 dev
drwxr-xr-x 25 root root 4096 Oct 11 15:00 etc
drwxr-xr-x 2 root root 4096 Jul 29 11:08 info
lrwxrwxrwx 1 root root 7 Jun 6 18:18 lib -> usr/lib
lrwxrwxrwx 1 root root 3 Jun 6 18:18 lib64 -> lib
lrwxrwxrwx 1 root root 11 Jun 6 18:36 linuxrc -> bin/busybox
drwx------ 2 root root 16384 Jul 29 11:10 lost+found
drwxr-xr-x 11 root root 4096 Jun 6 19:13 media
drwxr-xr-x 5 root root 4096 Jul 29 11:08 mnt
drwxr-xr-x 2 root root 4096 Jun 6 19:17 oem
drwxr-xr-x 3 root root 4096 Jun 6 19:13 opt
dr-xr-xr-x 296 root root 0 Oct 11 15:00 proc
drwxr-xr-x 16 root root 4096 Jul 29 11:07 rockchip-test
drwx------ 2 root root 4096 May 10 16:38 root
drwxr-xr-x 7 root root 4096 May 10 16:38 rp_stress_test
drwxr-xr-x 31 root root 4096 Jun 8 13:46 rp_test
drwxr-xr-x 11 root root 560 Oct 11 15:00 run
lrwxrwxrwx 1 root root 8 Jun 6 18:18 sbin -> usr/sbin
lrwxrwxrwx 1 root root 10 Jul 29 11:08 sdcard -> mnt/sdcard
dr-xr-xr-x 15 root root 0 Oct 11 15:00 sys
drwxr-xr-x 3 root root 4096 Jul 29 11:08 system
drwxrwxrwt 6 root root 280 Oct 11 15:00 tmp
lrwxrwxrwx 1 root root 9 Jul 29 11:08 udisk -> mnt/udisk
drwxr-xr-x 3 root root 4096 Oct 11 15:00 userdata
drwxr-xr-x 8 root root 4096 Jul 29 11:08 usr
drwxr-xr-x 6 root root 4096 Jul 29 11:10 var
lrwxrwxrwx 1 root root 6 Jul 29 11:08 vendor -> system
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# cd rp_test/
root@rk3588-buildroot:/rp_test# ls -l
total 1188
drwxr-xr-x 2 root root 4096 May 10 16:38 4G
drwxr-xr-x 2 root root 4096 May 10 16:38 adc
drwxr-xr-x 3 root root 4096 Jun 8 13:46 all-stress
drwxr-xr-x 2 root root 4096 May 10 16:38 audio
drwxr-xr-x 2 root root 4096 May 10 16:38 backlight
drwxr-xr-x 2 root root 4096 May 10 16:38 bt
drwxr-xr-x 2 root root 4096 May 10 16:38 camera
drwxr-xr-x 2 root root 4096 May 10 16:38 can
drwxr-xr-x 2 root root 4096 May 10 16:38 config_check
drwxr-xr-x 2 root root 4096 May 10 16:38 cpu
drwxr-xr-x 2 root root 4096 May 10 16:38 ddr
drwxr-xr-x 2 root root 4096 May 10 16:38 display
drwxr-xr-x 2 root root 4096 May 21 10:10 emmc
drwxr-xr-x 2 root root 4096 May 10 16:38 ethernet
drwxr-xr-x 2 root root 4096 May 10 16:38 fan
drwxr-xr-x 2 root root 4096 May 10 16:38 gpio
drwxr-xr-x 2 root root 4096 May 10 16:38 gps
drwxr-xr-x 2 root root 4096 May 10 16:38 gpu
drwxr-xr-x 2 root root 4096 May 10 16:38 lcd
drwxr-xr-x 2 root root 4096 May 21 10:10 m.2
drwxr-xr-x 2 root root 4096 May 10 16:38 pwm
drwxr-xr-x 2 root root 4096 May 10 16:38 rtc
drwxr-xr-x 2 root root 4096 May 21 10:10 sata
drwxr-xr-x 2 root root 4096 May 21 10:10 sdcard
drwxr-xr-x 2 root root 4096 May 10 16:38 spi
-rw-r--r-- 1 root root 1093680 Jun 8 13:46 test.wav
drwxr-xr-x 2 root root 4096 May 10 16:38 uart
drwxr-xr-x 2 root root 4096 May 21 10:10 usb
drwxr-xr-x 2 root root 4096 May 10 16:38 watchdog
drwxr-xr-x 2 root root 4096 May 10 16:38 wifi
root@rk3588-buildroot:/rp_test# cd bt/
root@rk3588-buildroot:/rp_test/bt#
root@rk3588-buildroot:/rp_test/bt# ls -l
total 8
-rwxr-xr-x 1 root root 257 May 10 16:38 test_bt_ble_clinet.sh
-rwxr-xr-x 1 root root 361 May 10 16:38 test_bt_clinet.sh
root@rk3588-buildroot:/rp_test/bt#
root@rk3588-buildroot:/rp_test/bt# ./test_bt_clinet.sh
============================
BT clinet test
===========================
Controller 70:F7:54:B8:56:00 (public)
Name: BlueZ 5.68
Alias: BlueZ 5.68
Class: 0x006c0000 (7077888)
Powered: yes
Discoverable: yes
DiscoverableTimeout: 0x000000b4 (180)
Pairable: no
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Handsfree Audio Gateway (0000111f-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)
UUID: Headset (00001108-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d0544
Discovering: no
Roles: central
Roles: peripheral
Advertising Features:
ActiveInstances: 0x00 (0)
SupportedInstances: 0x06 (6)
SupportedIncludes: tx-power
SupportedIncludes: appearance
SupportedIncludes: local-name
SupportedSecondaryChannels: 1M
SupportedSecondaryChannels: 2M
SupportedSecondaryChannels: Coded
=======================================
Now you can connect this device......
=======================================
Agent registered
[CHG] Controller 70:F7:54:B8:56:00 Pairable: yes
[NEW] Device 5C:A0:6C:AF:8F:32 真我 GT Neo5
Request confirmation
[agent] Confirm passkey 998016 (yes/no): yes
[CHG] Device 5C:A0:6C:AF:8F:32 Bonded: yes
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001112-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 Modalias: bluetooth:v079Ap1200d1436
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001112-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001115-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001116-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 ServicesResolved: yes
[CHG] Device 5C:A0:6C:AF:8F:32 Paired: yes
Authorize service
[agent] Authorize service 00001108-0000-1000-8000-00805f9b34fb (yes/no): Request canceled
Authorize service
[agent] Authorize service 0000110d-0000-1000-8000-00805f9b34fb (yes/no): yes
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000110d-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001112-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001115-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001116-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[CHG] Device 5C:A0:6C:AF:8F:32 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
Authorize service
[agent] Authorize service 0000110d-0000-1000-8000-00805f9b34fb (yes/no): yes
[NEW] Transport /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/fd0
[NEW] Endpoint /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/sep1
[真我 GT Neo5]# [ 286.090278] input: 真我 GT Neo5 (AVRCP) as /devices/virtual/input/input9
[NEW] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 [default]
[真我 GT Neo5]# [15:05:32.504] event9 - 真我 GT Neo5 (AVRCP): is tagged by udev as: Keyboard
[15:05:32.505] event9 - 真我 GT Neo5 (AVRCP): device is a keyboard
[15:05:32.505] libinput: configuring device "真我 GT Neo5 (AVRCP)".
[15:05:32.505] associating input device event9 with output HDMI-A-1 (none by udev)
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Type: Audio
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Subtype: Audio Book
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Status: stopped
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Name: Music Player
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Status: paused
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Key: Title
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Value:
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Key: TrackNumber
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Value: 0x00000000 (0)
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Key: NumberOfTracks
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Value: 0x00000000 (0)
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Key: Duration
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Value: 0x00000000 (0)
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Key: Album
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Value:
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Key: Artist
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Value:
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Key: Genre
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Track Value:
[CHG] Player /org/bluez/hci0/dev_5C_A0_6C_AF_8F_32/player0 Position: 0x00000000 (0)
[真我 GT Neo5]# W: [pulseaudio] module-loopback.c: Configured latency of 200.00 ms is smaller than minimum latency, using minimum instead
W: [pulseaudio] module-loopback.c: Cannot set requested sink latency of 35.20 ms, adjusting to 39.91 ms
W: [pulseaudio] module-loopback.c: Cannot set requested source latency of 66.67 ms, adjusting to 250.00 ms
Authorize service
[agent] Authorize service 00001108-0000-1000-8000-00805f9b34fb (yes/no): yes
[真我 GT Neo5]#
[END] 2024/10/11 15:18:10