Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c363 void BTA_GATTC_ReadCharDescr (UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req) in BTA_GATTC_ReadCharDescr() function
/system/bt/bta/include/
Dbta_gatt_api.h797 void BTA_GATTC_ReadCharDescr (UINT16 conn_id, UINT16 handle, tBTA_GATT_AUTH_REQ auth_req);
/system/bt/bta/hh/
Dbta_hh_le.c177 BTA_GATTC_ReadCharDescr(op->conn_id, p_desc->handle, BTA_GATT_AUTH_REQ_NONE); in gatt_execute_next_op()
/system/bt/btif/src/
Dbtif_gatt_client.c1244 BTA_GATTC_ReadCharDescr(p_cb->conn_id, p_cb->handle, p_cb->auth_req); in btgattc_handle_event()