Searched refs:BTA_GATT_TRANSPORT_LE (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_gatt_util.c | 320 tBTA_GATT_TRANSPORT transport = BTA_GATT_TRANSPORT_LE; in btif_gatt_check_encrypted_link() 330 transport = BTA_GATT_TRANSPORT_LE; in btif_gatt_check_encrypted_link()
|
D | btif_gatt_server.c | 392 tBTA_GATT_TRANSPORT transport = BTA_GATT_TRANSPORT_LE; in btgatts_handle_event() 412 transport = BTA_GATT_TRANSPORT_LE; in btgatts_handle_event() 418 transport = BTA_GATT_TRANSPORT_LE; in btgatts_handle_event()
|
D | btif_gatt_client.c | 1115 tBTA_GATT_TRANSPORT transport = BTA_GATT_TRANSPORT_LE; in btgattc_handle_event() 1152 transport = BTA_GATT_TRANSPORT_LE; in btgattc_handle_event() 1158 transport = BTA_GATT_TRANSPORT_LE; in btgattc_handle_event()
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 392 BTA_GATT_TRANSPORT_LE)) != NULL) in bta_gattc_process_api_open_cancel() 580 BTA_GATT_TRANSPORT_LE)) != NULL) in bta_gattc_init_bk_conn() 596 BTA_GATT_INVALID_CONN_ID, BTA_GATT_TRANSPORT_LE, 0); in bta_gattc_init_bk_conn() 1831 if ((p_clcb = bta_gattc_find_clcb_by_cif(gattc_if, bda, BTA_GATT_TRANSPORT_LE)) == NULL) in bta_gattc_enc_cmpl_cback() 2195 if (GATT_GetConnIdIfConnected(cif, remote_bda, &conn_id, BTA_GATT_TRANSPORT_LE) == FALSE) in bta_gattc_init_clcb_conn() 2202 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL) in bta_gattc_init_clcb_conn() 2236 if (bta_gattc_find_clcb_by_cif(cif, p_conn->remote_bda, BTA_GATT_TRANSPORT_LE) == NULL) in bta_gattc_process_listen_all() 2297 BTA_GATT_TRANSPORT_LE) == NULL) in bta_gattc_listen()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 509 #define BTA_GATT_TRANSPORT_LE GATT_TRANSPORT_LE macro
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_le.c | 341 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, TRUE, BTA_GATT_TRANSPORT_LE); in bta_hh_le_open_conn() 2730 BTA_GATTC_Open(bta_hh_cb.gatt_if, p_cb->addr, FALSE, BTA_GATT_TRANSPORT_LE); in bta_hh_le_add_dev_bg_conn()
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_act.c | 6015 BTA_GATTC_Open(bta_dm_search_cb.client_if, bd_addr, TRUE, BTA_GATT_TRANSPORT_LE); in btm_dm_start_gatt_discovery()
|