Home
last modified time | relevance | path

Searched refs:BT_TRANSPORT_LE (Results 1 – 25 of 68) sorted by relevance

123

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_ble_conn_params.cc64 p_lcb = l2cu_find_lcb_by_bd_addr(rem_bda, BT_TRANSPORT_LE); in L2CA_UpdateBleConnParams()
67 if (!p_lcb || !BTM_IsAclConnectionUp(rem_bda, BT_TRANSPORT_LE)) { in L2CA_UpdateBleConnParams()
72 if (p_lcb->transport != BT_TRANSPORT_LE) { in L2CA_UpdateBleConnParams()
104 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(rem_bda, BT_TRANSPORT_LE); in L2CA_LockBleConnParamsForServiceDiscovery()
110 if (p_lcb->transport != BT_TRANSPORT_LE) { in L2CA_LockBleConnParamsForServiceDiscovery()
141 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(rem_bda, BT_TRANSPORT_LE); in L2CA_LockBleConnParamsForProfileConnection()
147 if (p_lcb->transport != BT_TRANSPORT_LE) { in L2CA_LockBleConnParamsForProfileConnection()
202 if (!BTM_IsAclConnectionUp(p_lcb->remote_bd_addr, BT_TRANSPORT_LE)) { in l2cble_start_conn_update()
314 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(bda, BT_TRANSPORT_LE); in l2cble_use_preferred_conn_params()
365 if (!BTM_IsAclConnectionUp(p_lcb->remote_bd_addr, BT_TRANSPORT_LE)) { in l2cble_start_subrate_change()
[all …]
Dl2c_ble.cc74 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(rpa, BT_TRANSPORT_LE); in L2CA_Consolidate()
84 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(bd_addr, BT_TRANSPORT_LE); in L2CA_GetBleConnRole()
101 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(bda, BT_TRANSPORT_LE); in l2cble_notify_le_connection()
107 if (BTM_IsAclConnectionUp(bda, BT_TRANSPORT_LE) && in l2cble_notify_le_connection()
111 btm_establish_continue_from_address(bda, BT_TRANSPORT_LE); in l2cble_notify_le_connection()
134 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(bda, BT_TRANSPORT_LE); in l2cble_conn_comp()
138 p_lcb = l2cu_allocate_lcb(bda, false, BT_TRANSPORT_LE); in l2cble_conn_comp()
169 p_lcb->transport = BT_TRANSPORT_LE; in l2cble_conn_comp()
982 if (p_lcb->in_use && p_lcb->transport == BT_TRANSPORT_LE) { in l2c_ble_link_adjust_allocation()
1029 if (p_lcb->in_use && p_lcb->transport == BT_TRANSPORT_LE) { in l2c_ble_link_adjust_allocation()
[all …]
Dl2c_link.cc332 if (p_lcb->transport == BT_TRANSPORT_LE) in l2c_link_hci_disc_comp()
371 if (p_lcb->transport == BT_TRANSPORT_LE) { in l2c_link_hci_disc_comp()
394 if (p_lcb->transport == BT_TRANSPORT_LE) { in l2c_link_hci_disc_comp()
592 (is_share_buffer || p_lcb->transport != BT_TRANSPORT_LE)) { in l2c_link_adjust_allocation()
640 (is_share_buffer || p_lcb->transport != BT_TRANSPORT_LE)) { in l2c_link_adjust_allocation()
850 if (p_lcb->transport == BT_TRANSPORT_LE) in l2c_link_check_send_pkts()
886 (p_lcb->transport == BT_TRANSPORT_LE && in l2c_link_check_send_pkts()
931 (p_lcb->transport == BT_TRANSPORT_LE)) in l2c_link_check_send_pkts()
953 (p_lcb->transport == BT_TRANSPORT_LE))) && in l2c_link_check_send_pkts()
972 (p_lcb->transport == BT_TRANSPORT_LE))) && in l2c_link_check_send_pkts()
[all …]
Dl2c_api.cc64 return BT_TRANSPORT_LE; in l2c_get_transport_from_fixed_cid()
477 if (!p_lcb->in_use || p_lcb->transport != BT_TRANSPORT_LE) continue; in L2CA_DeregisterLECoc()
531 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(p_bd_addr, BT_TRANSPORT_LE); in L2CA_ConnectLECocReq()
534 p_lcb = l2cu_allocate_lcb(p_bd_addr, false, BT_TRANSPORT_LE); in L2CA_ConnectLECocReq()
564 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) { in L2CA_ConnectLECocReq()
633 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(bd_addr, BT_TRANSPORT_LE); in L2CA_GetPeerLECocCredit()
672 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(p_bd_addr, BT_TRANSPORT_LE); in L2CA_ConnectCreditBasedRsp()
761 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(p_bd_addr, BT_TRANSPORT_LE); in L2CA_ConnectCreditBasedReq()
1200 transport = BT_TRANSPORT_LE; in L2CA_ConnectFixedChnl()
1210 if (transport == BT_TRANSPORT_LE) in L2CA_ConnectFixedChnl()
[all …]
Dl2c_csm.cc230 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) { in l2c_csm_closed()
258 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) { in l2c_csm_closed()
316 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) { in l2c_csm_closed()
400 ((p_ccb->p_lcb) && (p_ccb->p_lcb->transport == BT_TRANSPORT_LE)) in l2c_csm_orig_w4_sec_comp()
415 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) { in l2c_csm_orig_w4_sec_comp()
429 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) { in l2c_csm_orig_w4_sec_comp()
525 if (p_ccb->p_lcb->transport != BT_TRANSPORT_LE) { in l2c_csm_term_w4_sec_comp()
582 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) in l2c_csm_term_w4_sec_comp()
673 if (p_ccb->p_lcb->transport == BT_TRANSPORT_LE) { in l2c_csm_w4_l2cap_connect_rsp()
725 if (p_lcb->transport == BT_TRANSPORT_LE) { in l2c_csm_w4_l2cap_connect_rsp()
[all …]
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble.cc127 } else if (BTM_IsAclConnectionUp(bd_addr, BT_TRANSPORT_LE)) { in BTM_UseLeLink()
170 if (!BTM_IsAclConnectionUp(bd_addr, BT_TRANSPORT_LE)) { in BTM_BleReadPhy()
184 uint16_t handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_BleReadPhy()
198 if (!BTM_IsAclConnectionUp(bd_addr, BT_TRANSPORT_LE)) { in BTM_BleSetPhy()
209 uint16_t handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_BleSetPhy()
Dble_scanner_hci_interface.cc139 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSyncTransfer()
154 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSetInfoTransfer()
170 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in SetPeriodicAdvSyncTransferParams()
247 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSyncTransfer()
262 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in PeriodicAdvSetInfoTransfer()
278 uint16_t acl_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in SetPeriodicAdvSyncTransferParams()
Dbtm_ble_sec.cc91 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice()
286 bt_transport_text(BT_TRANSPORT_LE).c_str(), in BTM_BlePasskeyReply()
318 bt_transport_text(BT_TRANSPORT_LE).c_str(), in BTM_BleConfirmReply()
351 bt_transport_text(BT_TRANSPORT_LE).c_str(), in BTM_BleOobDataReply()
382 bt_transport_text(BT_TRANSPORT_LE).c_str())); in BTM_BleSecureConnectionOobDataReply()
563 if (transport == BT_TRANSPORT_LE) { in BTM_ReadConnectedTransportAddress()
608 if (!BTM_IsAclConnectionUp(bd_addr, BT_TRANSPORT_LE)) { in BTM_SetBleDataLength()
614 uint16_t hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SetBleDataLength()
681 bool is_link_encrypted = BTM_IsEncrypted(bdaddr, BT_TRANSPORT_LE); in btm_ble_determine_security_act()
682 bool is_key_mitm = BTM_IsLinkKeyAuthed(bdaddr, BT_TRANSPORT_LE); in btm_ble_determine_security_act()
[all …]
Dbtm_sec_cb.cc135 } else if (transport == BT_TRANSPORT_LE) { in IsDeviceEncrypted()
152 } else if (transport == BT_TRANSPORT_LE) { in IsLinkKeyAuthenticated()
169 } else if (transport == BT_TRANSPORT_LE) { in IsDeviceAuthenticated()
186 } else if (transport == BT_TRANSPORT_LE) { in IsLinkKeyKnown()
Dbtm_sec.cc742 transport == BT_TRANSPORT_LE && in btm_sec_bond_by_transport()
764 if (transport == BT_TRANSPORT_LE) { in btm_sec_bond_by_transport()
877 BTM_UseLeLink(bd_addr) ? BT_TRANSPORT_LE : BT_TRANSPORT_BR_EDR; in BTM_SecBond()
880 transport = BT_TRANSPORT_LE; in BTM_SecBond()
887 if ((transport == BT_TRANSPORT_LE && (dev_type & BT_DEVICE_TYPE_BLE) == 0) || in BTM_SecBond()
1068 case BT_TRANSPORT_LE: in BTM_SetEncryption()
1119 if (transport == BT_TRANSPORT_LE) { in BTM_SetEncryption()
1165 case BT_TRANSPORT_LE: in BTM_SetEncryption()
1166 if (BTM_IsAclConnectionUp(bd_addr, BT_TRANSPORT_LE)) { in BTM_SetEncryption()
3314 BTM_IsBleConnection(handle) ? BT_TRANSPORT_LE : BT_TRANSPORT_BR_EDR; in btm_sec_encrypt_change()
[all …]
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc336 bta_dm_discovery_cb.transports &= ~BT_TRANSPORT_LE; in bta_dm_disc_result()
410 return BT_TRANSPORT_LE; in bta_dm_determine_discovery_transport()
416 remote_bd_addr, BT_TRANSPORT_LE)) { in bta_dm_determine_discovery_transport()
417 return BT_TRANSPORT_LE; in bta_dm_determine_discovery_transport()
456 if (transport == BT_TRANSPORT_LE) { in bta_dm_discover_services()
457 if (bta_dm_discovery_cb.transports & BT_TRANSPORT_LE) { in bta_dm_discover_services()
463 bta_dm_discovery_cb.transports |= BT_TRANSPORT_LE; in bta_dm_discover_services()
568 bool le_pending = bta_dm_discovery_cb.transports & BT_TRANSPORT_LE; in bta_dm_gatt_disc_complete()
668 bd_addr, BT_TRANSPORT_LE)) { in btm_dm_start_gatt_discovery()
672 bd_addr, bt_transport_text(BT_TRANSPORT_LE), in btm_dm_start_gatt_discovery()
[all …]
Dbta_dm_act.cc319 if (!L2CA_SetIdleTimeoutByBdAddr(RawAddress::kAny, 0, BT_TRANSPORT_LE)) { in bta_dm_disable()
322 RawAddress::kAny, BT_TRANSPORT_LE, 0); in bta_dm_disable()
496 BT_TRANSPORT_LE) || in bta_dm_remove_device()
522 if (peer_device.transport == BT_TRANSPORT_LE) in bta_dm_remove_device()
525 other_transport = BT_TRANSPORT_LE; in bta_dm_remove_device()
544 &other_address2, BT_TRANSPORT_LE)); in bta_dm_remove_device()
554 connected_with_br_edr ? BT_TRANSPORT_BR_EDR : BT_TRANSPORT_LE; in bta_dm_remove_device()
703 if (transport == BT_TRANSPORT_LE) { in allocate_device_for()
809 if ((transport == BT_TRANSPORT_LE) && (bta_dm_cb.device_list.le_count)) { in bta_dm_acl_down()
Dbta_dm_disc_legacy.cc1205 transport = BT_TRANSPORT_LE; in bta_dm_determine_discovery_transport()
1211 remote_bd_addr, BT_TRANSPORT_LE)) { in bta_dm_determine_discovery_transport()
1212 transport = BT_TRANSPORT_LE; in bta_dm_determine_discovery_transport()
1243 (transport == BT_TRANSPORT_LE && in bta_dm_discover_name()
1344 if (transport == BT_TRANSPORT_LE) { in bta_dm_discover_services()
1559 if (bta_dm_search_cb.transport == BT_TRANSPORT_LE) { in bta_dm_remname_cback()
1890 bd_addr, BT_TRANSPORT_LE)) { in btm_dm_start_gatt_discovery()
1894 bd_addr, bt_transport_text(BT_TRANSPORT_LE), in btm_dm_start_gatt_discovery()
1903 bd_addr, bt_transport_text(BT_TRANSPORT_LE), in btm_dm_start_gatt_discovery()
2291 case BT_TRANSPORT_LE: in bta_dm_disc_acl_down()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc210 if (transport == BT_TRANSPORT_LE) { in GAP_ConnOpen()
253 if (transport == BT_TRANSPORT_LE) { in GAP_ConnOpen()
289 if (p_rem_bda && (transport == BT_TRANSPORT_LE)) { in GAP_ConnOpen()
321 if (p_ccb->transport == BT_TRANSPORT_LE) { in GAP_ConnClose()
438 if (p_ccb->transport == BT_TRANSPORT_LE) { in gap_try_write_queued_data()
631 if (p_ccb->transport == BT_TRANSPORT_LE) { in gap_connect_ind()
725 p_ccb->transport != BT_TRANSPORT_LE) { in gap_connect_cfm()
738 if (p_ccb->transport == BT_TRANSPORT_LE) { in gap_connect_cfm()
1008 if (p_ccb->transport == BT_TRANSPORT_LE) L2CA_DeregisterLECoc(p_ccb->psm); in gap_release_ccb()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc127 BT_TRANSPORT_LE)) { in gatt_profile_find_conn_id_by_bd_addr()
131 remote_bda, gatt_cb.gatt_if, bt_transport_text(BT_TRANSPORT_LE)); in gatt_profile_find_conn_id_by_bd_addr()
787 remote_bda, gatt_cb.gatt_if, bt_transport_text(BT_TRANSPORT_LE)); in GATT_ConfigServiceChangeCCC()
898 BT_TRANSPORT_LE)) { in gatt_cl_read_sr_supp_feat_req()
902 peer_bda, gatt_cb.gatt_if, bt_transport_text(BT_TRANSPORT_LE)); in gatt_cl_read_sr_supp_feat_req()
909 p_clcb = gatt_profile_clcb_alloc(conn_id, peer_bda, BT_TRANSPORT_LE); in gatt_cl_read_sr_supp_feat_req()
947 BT_TRANSPORT_LE)) { in gatt_cl_read_sirk_req()
951 peer_bda, gatt_cb.gatt_if, bt_transport_text(BT_TRANSPORT_LE)); in gatt_cl_read_sirk_req()
957 p_clcb = gatt_profile_clcb_alloc(conn_id, peer_bda, BT_TRANSPORT_LE); in gatt_cl_read_sirk_req()
989 BT_TRANSPORT_LE)) { in gatt_profile_get_eatt_support()
[all …]
Dgatt_main.cc224 if (transport != BT_TRANSPORT_LE) { in gatt_connect()
433 transport == BT_TRANSPORT_LE) { in gatt_act_connect()
472 gatt_le_connect_cback(L2CAP_ATT_CID, address, false, 0x08, BT_TRANSPORT_LE); in on_connection_timed_out()
474 gatt_le_connect_cback(L2CAP_ATT_CID, address, false, 0xff, BT_TRANSPORT_LE); in on_connection_timed_out()
529 p_tcb = gatt_allocate_tcb_by_bdaddr(bd_addr, BT_TRANSPORT_LE); in gatt_le_connect_cback()
658 gatt_find_tcb_by_addr(p_dev_rec->ble.pseudo_addr, BT_TRANSPORT_LE); in gatt_notify_phy_updated()
677 tGATT_TCB* p_tcb = gatt_find_tcb_by_addr(remote, BT_TRANSPORT_LE); in gatt_notify_conn_update()
702 gatt_find_tcb_by_addr(p_dev_rec->ble.pseudo_addr, BT_TRANSPORT_LE); in gatt_notify_subrate_change()
719 tGATT_TCB* p_tcb = gatt_find_tcb_by_addr(remote_bda, BT_TRANSPORT_LE); in gatt_le_cong_cback()
745 tGATT_TCB* p_tcb = gatt_find_tcb_by_addr(bd_addr, BT_TRANSPORT_LE); in gatt_le_data_ind()
[all …]
/packages/modules/Bluetooth/system/types/
Dbt_transport.h23 #define BT_TRANSPORT_LE 2 macro
33 CASE_RETURN_TEXT(BT_TRANSPORT_LE); in bt_transport_text()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc502 if (p_cb->link_spec.transport == BT_TRANSPORT_LE) { in bta_hh_connect()
522 if (p_cb->link_spec.transport == BT_TRANSPORT_LE) { in bta_hh_api_disc_act()
581 if (p_cb->link_spec.transport != BT_TRANSPORT_LE) { in bta_hh_open_cmpl_act()
867 (p_cb->link_spec.transport == BT_TRANSPORT_LE) ? "le" : "classic", in bta_hh_close_act()
911 if (p_cb->link_spec.transport == BT_TRANSPORT_LE) { in bta_hh_get_dscp_act()
948 ? BT_TRANSPORT_LE in bta_hh_maint_dev_act()
951 if (transport == BT_TRANSPORT_LE) { in bta_hh_maint_dev_act()
952 p_cb->link_spec.transport = BT_TRANSPORT_LE; in bta_hh_maint_dev_act()
996 if (p_cb->link_spec.transport == BT_TRANSPORT_LE) { in bta_hh_maint_dev_act()
1040 if (p_cb->link_spec.transport == BT_TRANSPORT_LE) in bta_hh_write_dev_act()
Dbta_hh_le.cc308 p_dev_cb->link_spec.transport == BT_TRANSPORT_LE) in bta_hh_le_find_dev_cb_by_bda()
904 link_spec.transport = BT_TRANSPORT_LE; in bta_hh_le_dis_cback()
1113 if (BTM_IsEncrypted(p_cb->link_spec.addrt.bda, BT_TRANSPORT_LE)) { in bta_hh_start_security()
1119 else if (BTM_IsLinkKeyKnown(p_cb->link_spec.addrt.bda, BT_TRANSPORT_LE)) { in bta_hh_start_security()
1122 BTM_SetEncryption(p_cb->link_spec.addrt.bda, BT_TRANSPORT_LE, in bta_hh_start_security()
1130 BTM_SetEncryption(p_cb->link_spec.addrt.bda, BT_TRANSPORT_LE, in bta_hh_start_security()
1193 link_spec.transport = BT_TRANSPORT_LE; in bta_hh_le_close()
2221 .transport = BT_TRANSPORT_LE, in bta_hh_le_service_discovery_done()
2243 link_spec.transport = BT_TRANSPORT_LE; in bta_hh_gattc_callback()
2354 link_spec.transport = BT_TRANSPORT_LE; in bta_hh_le_iso_data_callback()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dgatt_fuzzer.cc228 BT_TRANSPORT_LE); in FuzzAsServer()
245 BT_TRANSPORT_LE, false); in ClientInit()
257 BT_TRANSPORT_LE); in FuzzAsClient()
310 BT_TRANSPORT_LE); in FuzzAsClient()
/packages/modules/Bluetooth/system/bta/test/
Dbta_disc_test.cc255 kRawAddress, BT_TRANSPORT_LE); in TEST_F_WITH_FLAGS()
311 kRawAddress, BT_TRANSPORT_LE); in TEST_F_WITH_FLAGS()
371 kRawAddress, BT_TRANSPORT_LE); in TEST_F_WITH_FLAGS()
/packages/modules/Bluetooth/system/stack/acl/
Dble_acl.cc75 btm_acl_created(address_with_type.bda, handle, role, BT_TRANSPORT_LE); in acl_ble_common_connection()
140 btm_acl_create_failed(address_with_type.bda, BT_TRANSPORT_LE, status); in acl_ble_connection_fail()
Dbtm_acl.cc460 if (transport == BT_TRANSPORT_LE) { in btm_acl_created()
816 case BT_TRANSPORT_LE: in maybe_chain_more_commands_after_read_remote_version_complete()
1563 const tACL_CONN* p_acl = internal_.btm_bda_to_acl(addr, BT_TRANSPORT_LE); in BTM_IsRemoteVersionReceived()
1582 p_acl = internal_.btm_bda_to_acl(addr, BT_TRANSPORT_LE); in BTM_ReadRemoteVersion()
1644 p = internal_.btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE); in BTM_ReadRSSI()
1687 if (dev_type == BT_DEVICE_TYPE_BLE) transport = BT_TRANSPORT_LE; in BTM_ReadFailedContactCounter()
1735 if (p->transport == BT_TRANSPORT_LE) { in BTM_ReadTxPower()
2093 tACL_CONN* p_acl = internal_.btm_bda_to_acl(bda, BT_TRANSPORT_LE); in acl_refresh_remote_address()
2119 tACL_CONN* p_acl = internal_.btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE); in acl_peer_supports_ble_connection_parameters_request()
2152 tACL_CONN* p_acl = internal_.btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE); in acl_peer_supports_ble_connection_subrating()
[all …]
/packages/modules/Bluetooth/system/stack/eatt/
Deatt_impl.h171 gatt_find_tcb_by_addr(eatt_dev->bda_, BT_TRANSPORT_LE); in eatt_l2cap_connect_ind_common()
316 !BTM_IsEncrypted(bda, BT_TRANSPORT_LE)) { in eatt_l2cap_connect_ind()
320 if (BTM_IsLinkKeyKnown(bda, BT_TRANSPORT_LE)) { in eatt_l2cap_connect_ind()
614 gatt_find_tcb_by_addr(eatt_dev->bda_, BT_TRANSPORT_LE);
739 tGATT_TCB* p_tcb = gatt_find_tcb_by_addr(channel->bda_, BT_TRANSPORT_LE); in eatt_ind_ack_timeout()
747 tGATT_TCB* p_tcb = gatt_find_tcb_by_addr(channel->bda_, BT_TRANSPORT_LE); in eatt_ind_confirmation_timeout()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc294 tBT_TRANSPORT transport = BT_TRANSPORT_LE; in btif_gatts_open_impl()
312 transport = BT_TRANSPORT_LE; in btif_gatts_open_impl()
347 : BT_TRANSPORT_LE; in btif_gatts_open_impl_use_address_type()

123