Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 16 of 16) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c194 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/
Dxradio.h782 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/
Dbtu_hcif.c623 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/
Dsnmp.h120 (netif)->link_type = (type); \
Dnetif.h569 u8_t link_type; /**< Indicates the Link type (from "snmp_ifType" enum from snmp.h). */ member
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_parse.c2241 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/
Drtk_parse.c2439 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/
Dbta_dm_act.c1137 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/
Dnetif.h380 u8_t link_type; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h807 tBTA_TRANSPORT link_type; member
818 tBTA_TRANSPORT link_type; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1080 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/
Dwm_bt_def.h324 uint8_t link_type; member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/common/api/
Dbt_common_hci.h3261 uint8_t link_type; member
3308 uint8_t link_type; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1096 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/
Dhci_common.h1135 uint8_t link_type; member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h829 tBTA_DM_LINK_TYPE link_type; member