Home
last modified time | relevance | path

Searched refs:BTA_TRANSPORT_LE (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/include/
Dbta_api.h197 #define BTA_TRANSPORT_LE BT_TRANSPORT_LE macro
/system/bt/bta/gatt/
Dbta_gattc_cache.cc139 if (p_clcb->transport == BTA_TRANSPORT_LE) { in bta_gattc_discover_pri_service()
Dbta_gattc_act.cc652 if (p_clcb->transport == BTA_TRANSPORT_LE) in bta_gattc_start_discover()
686 if (p_clcb->transport == BTA_TRANSPORT_LE) in bta_gattc_disc_cmpl()
/system/bt/main/shim/
Dbtm.cc762 transport = BTA_TRANSPORT_LE; in CreateBond()
/system/bt/bta/hh/
Dbta_hh_le.cc1105 BTM_SetEncryption(p_cb->addr, BTA_TRANSPORT_LE, bta_hh_le_encrypt_cback, in bta_hh_start_security()
1113 BTM_SetEncryption(p_cb->addr, BTA_TRANSPORT_LE, bta_hh_le_encrypt_cback, in bta_hh_start_security()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc427 BTM_SetEncryption(address, BTA_TRANSPORT_LE, encryption_callback, nullptr, in OnGattConnected()