Home
last modified time | relevance | path

Searched refs:BTA_GATTC_GetDescriptor (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_le.c174 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(op->conn_id, op->handle); in gatt_execute_next_op()
187 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(op->conn_id, op->handle); in gatt_execute_next_op()
1865 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(p_data->conn_id, p_data->handle); in bta_hh_le_read_descr_cmpl()
1901 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(p_data->conn_id, p_data->handle); in bta_hh_w4_le_read_descr_cmpl()
2047 const tBTA_GATTC_DESCRIPTOR *p_desc = BTA_GATTC_GetDescriptor(p_dev_cb->conn_id, in bta_hh_le_write_char_descr_cmpl()
/system/bt/bta/gatt/
Dbta_gattc_api.c303 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle) { in BTA_GATTC_GetDescriptor() function
/system/bt/bta/include/
Dbta_gatt_api.h754 extern const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle);