Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.cc139 if (p_clcb->transport == BTA_TRANSPORT_LE) { in bta_gattc_discover_pri_service()
Dbta_gattc_act.cc653 if (p_clcb->transport == BTA_TRANSPORT_LE) in bta_gattc_start_discover()
687 if (p_clcb->transport == BTA_TRANSPORT_LE) in bta_gattc_disc_cmpl()
/system/bt/bta/include/
Dbta_api.h204 #define BTA_TRANSPORT_LE BT_TRANSPORT_LE macro
/system/bt/bta/hh/
Dbta_hh_le.cc1108 BTM_SetEncryption(p_cb->addr, BTA_TRANSPORT_LE, bta_hh_le_encrypt_cback, in bta_hh_start_security()
1116 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.cc420 BTM_SetEncryption(address, BTA_TRANSPORT_LE, encryption_callback, nullptr, in OnGattConnected()