Home
last modified time | relevance | path

Searched refs:a2dp (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/docs/cn/Linux/Wifibt/WIFIBT编程接口/
H A D0001-fix-bluezalsa-redefine.patch7 src/bluez-a2dp.h | 2 +-
11 diff --git a/src/bluez-a2dp.h b/src/bluez-a2dp.h
13 --- a/src/bluez-a2dp.h
14 +++ b/src/bluez-a2dp.h
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.c1198 struct btc_bt_a2dp_desc *a2dp = &b->a2dp_desc; in _update_bt_info() local
1221 a2dp->exist_last = a2dp->exist; in _update_bt_info()
1240 a2dp->exist = btinfo.lb2.a2dp; in _update_bt_info()
1241 b->profile_cnt.now += (u8)a2dp->exist; in _update_bt_info()
1291 a2dp->active = btinfo.hb2.a2dp_active; in _update_bt_info()
1303 a2dp->bitpool = btinfo.hb3.a2dp_bitpool; in _update_bt_info()
1309 a2dp->sink = btinfo.hb3.a2dp_sink; in _update_bt_info()
1326 if (!a2dp->exist_last && a2dp->exist) { in _update_bt_info()
1327 a2dp->vendor_id = 0; in _update_bt_info()
1328 a2dp->flush_time = 0; in _update_bt_info()
[all …]
H A Dhalbtc_dbg_cmd.c350 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _show_bt_profile_info() local
375 if (a2dp.exist) { in _show_bt_profile_info()
379 (a2dp.type == BTC_A2DP_LEGACY ? "Legacy" : "TWS"), in _show_bt_profile_info()
380 a2dp.bitpool, a2dp.flush_time); in _show_bt_profile_info()
384 a2dp.vendor_id, a2dp.device_name, in _show_bt_profile_info()
735 prptctrl->bt_mbx_info.a2dp.cnt_empty, in _show_summary()
736 prptctrl->bt_mbx_info.a2dp.cnt_flowctrl, in _show_summary()
737 prptctrl->bt_mbx_info.a2dp.cnt_tx, in _show_summary()
738 prptctrl->bt_mbx_info.a2dp.cnt_ack, in _show_summary()
739 prptctrl->bt_mbx_info.a2dp.cnt_nack); in _show_summary()
[all …]
H A Dhalbtc_action.c1414 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _action_bt_a2dp() local
1420 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp()
1440 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp()
1522 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _action_bt_a2dp_hid() local
1529 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp_hid()
1550 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp_hid()
1724 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _action_by_bt() local
1744 else if (a2dp.active || pan.active) in _action_by_bt()
1765 else if (a2dp.sink) in _action_by_bt()
H A Dhalbtc_fw.c159 struct btc_bt_a2dp_desc *a2dp = &bt_linfo->a2dp_desc; in _update_bt_report() local
181 a2dp->device_name = pdev->dev_name; in _update_bt_report()
182 a2dp->vendor_id = pdev->vendor_id; in _update_bt_report()
183 a2dp->flush_time = pdev->flush_time; in _update_bt_report()
H A Dhalbtc_fwdef.h51 struct btc_rpt_ctrl_a2dp_empty a2dp; member
H A Dhal_btc.h520 u8 a2dp: 1; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c1198 struct btc_bt_a2dp_desc *a2dp = &b->a2dp_desc; in _update_bt_info() local
1221 a2dp->exist_last = a2dp->exist; in _update_bt_info()
1240 a2dp->exist = btinfo.lb2.a2dp; in _update_bt_info()
1241 b->profile_cnt.now += (u8)a2dp->exist; in _update_bt_info()
1291 a2dp->active = btinfo.hb2.a2dp_active; in _update_bt_info()
1303 a2dp->bitpool = btinfo.hb3.a2dp_bitpool; in _update_bt_info()
1309 a2dp->sink = btinfo.hb3.a2dp_sink; in _update_bt_info()
1326 if (!a2dp->exist_last && a2dp->exist) { in _update_bt_info()
1327 a2dp->vendor_id = 0; in _update_bt_info()
1328 a2dp->flush_time = 0; in _update_bt_info()
[all …]
H A Dhalbtc_dbg_cmd.c350 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _show_bt_profile_info() local
375 if (a2dp.exist) { in _show_bt_profile_info()
379 (a2dp.type == BTC_A2DP_LEGACY ? "Legacy" : "TWS"), in _show_bt_profile_info()
380 a2dp.bitpool, a2dp.flush_time); in _show_bt_profile_info()
384 a2dp.vendor_id, a2dp.device_name, in _show_bt_profile_info()
735 prptctrl->bt_mbx_info.a2dp.cnt_empty, in _show_summary()
736 prptctrl->bt_mbx_info.a2dp.cnt_flowctrl, in _show_summary()
737 prptctrl->bt_mbx_info.a2dp.cnt_tx, in _show_summary()
738 prptctrl->bt_mbx_info.a2dp.cnt_ack, in _show_summary()
739 prptctrl->bt_mbx_info.a2dp.cnt_nack); in _show_summary()
[all …]
H A Dhalbtc_action.c1414 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _action_bt_a2dp() local
1420 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp()
1440 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp()
1522 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _action_bt_a2dp_hid() local
1529 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp_hid()
1550 if (a2dp.vendor_id == 0x4c || dm->leak_ap || in _action_bt_a2dp_hid()
1724 struct btc_bt_a2dp_desc a2dp = bt_linfo->a2dp_desc; in _action_by_bt() local
1744 else if (a2dp.active || pan.active) in _action_by_bt()
1765 else if (a2dp.sink) in _action_by_bt()
H A Dhalbtc_fw.c159 struct btc_bt_a2dp_desc *a2dp = &bt_linfo->a2dp_desc; in _update_bt_report() local
181 a2dp->device_name = pdev->dev_name; in _update_bt_report()
182 a2dp->vendor_id = pdev->vendor_id; in _update_bt_report()
183 a2dp->flush_time = pdev->flush_time; in _update_bt_report()
H A Dhalbtc_fwdef.h51 struct btc_rpt_ctrl_a2dp_empty a2dp; member
H A Dhal_btc.h520 u8 a2dp: 1; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5.inc19 a2dp-profiles \
36 PACKAGECONFIG[a2dp-profiles] = "--enable-a2dp,--disable-a2dp"
/OK3568_Linux_fs/buildroot/package/bluez5_utils/
H A Dbluez5_utils.mk68 BLUEZ5_UTILS_CONF_OPTS += --enable-a2dp --enable-avrcp
70 BLUEZ5_UTILS_CONF_OPTS += --disable-a2dp --disable-avrcp
H A DConfig.in71 bool "build audio plugins (a2dp and avrcp)"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c1083 const char *m2dp = m2d, *a2dp = a2d; in tiler_map_show() local
1121 if (!*++a2dp) in tiler_map_show()
1122 a2dp = a2d; in tiler_map_show()