Home
last modified time | relevance | path

Searched refs:BTA_GATTC_ServiceSearchRequest (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_client.c521 BTA_GATTC_ServiceSearchRequest(p_cb->conn_id, NULL); in btgattc_handle_event()
524 BTA_GATTC_ServiceSearchRequest(p_cb->conn_id, &uuid); in btgattc_handle_event()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h669 BTA_API extern void BTA_GATTC_ServiceSearchRequest(UINT16 conn_id, tBT_UUID *p_srvc_uuid);
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c233 void BTA_GATTC_ServiceSearchRequest (UINT16 conn_id, tBT_UUID *p_srvc_uuid) in BTA_GATTC_ServiceSearchRequest() function
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c4969 BTA_GATTC_ServiceSearchRequest(conn_id, p_uuid); in btm_dm_start_disc_gatt_services()