/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_sco.c | 194 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO) { in btm_esco_conn_rsp() 600 p_sco->esco.data.link_type = BTM_LINK_TYPE_ESCO; /* Accept with all supported types */ in btm_accept_sco_link() 861 void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type) in btm_sco_conn_req() argument 880 p->esco.data.link_type = link_type; in btm_sco_conn_req() 887 if ((link_type == BTM_LINK_TYPE_ESCO in btm_sco_conn_req() 893 || (link_type == BTM_LINK_TYPE_SCO in btm_sco_conn_req() 902 evt_data.link_type = link_type; in btm_sco_conn_req() 919 p->esco.data.link_type = link_type; in btm_sco_conn_req() 1002 p->esco.data.link_type = BTM_LINK_TYPE_SCO; in btm_sco_connected() 1550 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO || in BTM_ChangeEScoLinkParms()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | xradio.h | 782 static inline u16 xradio_bt_active_bit(u8 link_type) in xradio_bt_active_bit() argument 784 if (link_type == BT_LINK_TPYE_INQUIRY) in xradio_bt_active_bit() 790 static inline bool xradio_bt_block_type(u8 link_type) in xradio_bt_block_type() argument 792 if (link_type == BT_LINK_TPYE_INQUIRY) in xradio_bt_block_type()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 623 UINT8 link_type; in btu_hcif_connection_comp_evt() local 634 STREAM_TO_UINT8 (link_type, p); in btu_hcif_connection_comp_evt() 640 if (link_type == HCI_LINK_TYPE_ACL) { in btu_hcif_connection_comp_evt() 670 UINT8 link_type; in btu_hcif_connection_request_evt() local 674 STREAM_TO_UINT8 (link_type, p); in btu_hcif_connection_request_evt() 677 if (link_type == HCI_LINK_TYPE_ACL) { in btu_hcif_connection_request_evt() 684 btm_sco_conn_req (bda, dc, link_type); in btu_hcif_connection_request_evt() 904 STREAM_TO_UINT8 (data.link_type, p); in btu_hcif_esco_connection_comp_evt()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | snmp.h | 120 (netif)->link_type = (type); \
|
D | netif.h | 569 u8_t link_type; /**< Indicates the Link type (from "snmp_ifType" enum from snmp.h). */ member
|
/device/board/unionman/unionpi_tiger/hardware/bt/src/ |
D | rtk_parse.c | 2241 uint8_t link_type = link_type_temp; in handle_connection_hci_conn_null() local 2247 if ((link_type == 0) || (link_type == 2L)) { // sco or esco in handle_connection_hci_conn_null() 2265 uint8_t link_type = *p++; in rtk_handle_connection_complete_evt() local 2276 handle_connection_hci_conn_null(hci_conn, handle, link_type); in rtk_handle_connection_complete_evt() 2281 if ((link_type == 0) || (link_type == 2L)) { // sco or esco in rtk_handle_connection_complete_evt()
|
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/ |
D | rtk_parse.c | 2439 uint8_t link_type = *p++; in rtk_handle_connection_complete_evt() local 2459 if ((0 == link_type) || (2 == link_type)) // sco or esco in rtk_handle_connection_complete_evt() 2477 if ((0 == link_type) || (2 == link_type)) // sco or esco in rtk_handle_connection_complete_evt()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 1137 const tBTA_DM_LINK_TYPE link_type = p_data->remove_all_acl.link_type; in bta_dm_remove_all_acl() local 1140 APPL_TRACE_DEBUG("%s link type = %d", __func__, link_type); in bta_dm_remove_all_acl() 1148 if ((link_type == BTA_DM_LINK_TYPE_ALL) || in bta_dm_remove_all_acl() 1149 ((link_type == BTA_DM_LINK_TYPE_LE) && (transport == BT_TRANSPORT_LE)) || in bta_dm_remove_all_acl() 1150 ((link_type == BTA_DM_LINK_TYPE_BR_EDR) && (transport == BT_TRANSPORT_BR_EDR))) { in bta_dm_remove_all_acl() 3514 conn.link_up.link_type = p_data->acl_change.transport; in bta_dm_acl_change() 3562 conn.link_down.link_type = p_data->acl_change.transport; in bta_dm_acl_change()
|
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/ |
D | netif.h | 380 u8_t link_type; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 807 tBTA_TRANSPORT link_type; member 818 tBTA_TRANSPORT link_type; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 1080 UINT8 link_type; /* BTM_LINK_TYPE_SCO or BTM_LINK_TYPE_ESCO */ member 1100 tBTM_SCO_TYPE link_type; member
|
/device/soc/winnermicro/wm800/board/include/bt/ |
D | wm_bt_def.h | 324 uint8_t link_type; member
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/ |
D | bt_common_hci.h | 3261 uint8_t link_type; member 3308 uint8_t link_type; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 1096 void btm_sco_conn_req (BD_ADDR bda, DEV_CLASS dev_class, UINT8 link_type);
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/ |
D | hci_common.h | 1135 uint8_t link_type; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 829 tBTA_DM_LINK_TYPE link_type; member
|