Searched refs:GATT_TRANSPORT_LE (Results 1 – 10 of 10) sorted by relevance
/system/bt/include/hardware/ |
D | bt_gatt_types.h | 49 GATT_TRANSPORT_LE enumerator
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 286 tGATT_TRANSPORT transport = GATT_TRANSPORT_LE; in btif_gatts_open_impl() 304 transport = GATT_TRANSPORT_LE; in btif_gatts_open_impl() 308 if (transport_param == GATT_TRANSPORT_LE) in btif_gatts_open_impl() 309 transport = GATT_TRANSPORT_LE; in btif_gatts_open_impl()
|
D | btif_gatt_client.cc | 259 tGATT_TRANSPORT transport = (tGATT_TRANSPORT)GATT_TRANSPORT_LE; in btif_gattc_open_impl() 294 transport = GATT_TRANSPORT_LE; in btif_gattc_open_impl() 298 if (transport_p == GATT_TRANSPORT_LE) in btif_gattc_open_impl() 299 transport = GATT_TRANSPORT_LE; in btif_gattc_open_impl()
|
D | btif_dm.cc | 2878 btif_dm_get_remote_services_by_transport(&bd_addr, GATT_TRANSPORT_LE); in btif_dm_ble_auth_cmpl_evt()
|
/system/bt/service/ |
D | logging_helpers.cc | 51 CASE_RETURN_TEXT(GATT_TRANSPORT_LE); in BtTransportText()
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.cc | 287 GATT_TRANSPORT_LE); in bta_gattc_process_api_open_cancel() 380 GATT_INVALID_CONN_ID, GATT_TRANSPORT_LE, 0); in bta_gattc_init_bk_conn() 390 GATT_INVALID_CONN_ID, GATT_TRANSPORT_LE, 0); in bta_gattc_init_bk_conn() 402 p_data->client_if, p_data->remote_bda, GATT_TRANSPORT_LE); in bta_gattc_init_bk_conn() 1071 bta_gattc_find_clcb_by_cif(gattc_if, bda, GATT_TRANSPORT_LE); in bta_gattc_enc_cmpl_cback()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 315 BTA_GATTC_Open(gatt_if, address, true, GATT_TRANSPORT_LE, false); in Connect() 321 BTA_GATTC_Open(gatt_if, address, false, GATT_TRANSPORT_LE, false); in AddToWhiteList() 336 BTA_GATTC_Open(gatt_if, dev_info.address, false, GATT_TRANSPORT_LE, in AddFromStorage() 918 BTA_GATTC_Open(gatt_if, address, false, GATT_TRANSPORT_LE, false); in OnGapConnection()
|
/system/bt/stack/include/ |
D | gatt_api.h | 343 #define GATT_TRANSPORT_LE BT_TRANSPORT_LE macro
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 280 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, true, GATT_TRANSPORT_LE, false); in bta_hh_le_open_conn() 1995 BTA_GATTC_Open(bta_hh_cb.gatt_if, p_cb->addr, false, GATT_TRANSPORT_LE, in bta_hh_le_add_dev_bg_conn()
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 4300 GATT_TRANSPORT_LE, true); in btm_dm_start_gatt_discovery() 4303 GATT_TRANSPORT_LE, false); in btm_dm_start_gatt_discovery()
|