Searched refs:BTA_GATT_TRANSPORT_LE (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 389 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() 1587 bta_gattc_find_clcb_by_cif(gattc_if, bda, BTA_GATT_TRANSPORT_LE); in bta_gattc_enc_cmpl_cback() 1963 if (GATT_GetConnIdIfConnected(cif, remote_bda, &conn_id, BTA_GATT_TRANSPORT_LE) == FALSE) in bta_gattc_init_clcb_conn() 1970 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL) in bta_gattc_init_clcb_conn() 2004 if (bta_gattc_find_clcb_by_cif(cif, p_conn->remote_bda, BTA_GATT_TRANSPORT_LE) == NULL) in bta_gattc_process_listen_all() 2065 BTA_GATT_TRANSPORT_LE) == NULL) in bta_gattc_listen()
|
/system/bt/btif/src/ |
D | btif_gatt_server.c | 385 tBTA_GATT_TRANSPORT transport = BTA_GATT_TRANSPORT_LE; in btgatts_handle_event() 410 transport = BTA_GATT_TRANSPORT_LE; in btgatts_handle_event() 415 transport = BTA_GATT_TRANSPORT_LE; in btgatts_handle_event()
|
D | btif_gatt_client.c | 1142 tBTA_GATT_TRANSPORT transport = BTA_GATT_TRANSPORT_LE; in btgattc_handle_event() 1185 transport = BTA_GATT_TRANSPORT_LE; in btgattc_handle_event() 1190 transport = BTA_GATT_TRANSPORT_LE; in btgattc_handle_event()
|
D | btif_dm.c | 3080 btif_dm_get_remote_services_by_transport(&bd_addr, BTA_GATT_TRANSPORT_LE); in btif_dm_ble_auth_cmpl_evt()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 449 #define BTA_GATT_TRANSPORT_LE GATT_TRANSPORT_LE macro
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 447 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, TRUE, BTA_GATT_TRANSPORT_LE); in bta_hh_le_open_conn() 2456 BTA_GATTC_Open(bta_hh_cb.gatt_if, p_cb->addr, FALSE, BTA_GATT_TRANSPORT_LE); in bta_hh_le_add_dev_bg_conn()
|
/system/bt/bta/dm/ |
D | bta_dm_act.c | 5513 BTA_GATTC_Open(bta_dm_search_cb.client_if, bd_addr, TRUE, BTA_GATT_TRANSPORT_LE); in btm_dm_start_gatt_discovery()
|