Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_DESCRIPTOR (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.c52 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
311 tBTA_GATTC_DESCRIPTOR *descriptor = in bta_gattc_add_attr_to_cache()
312 osi_malloc(sizeof(tBTA_GATTC_DESCRIPTOR)); in bta_gattc_add_attr_to_cache()
1086 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle) { in bta_gattc_get_descriptor_srcb()
1098 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_descriptor_srcb()
1107 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(UINT16 conn_id, UINT16 handle) { in bta_gattc_get_descriptor()
1260 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_gatt_db_impl()
1472 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_cache_save()
Dbta_gattc_int.h486 extern tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(UINT16 conn_id, UINT16 handle);
Dbta_gattc_api.c303 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle) { in BTA_GATTC_GetDescriptor()
/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()
649 static tBTA_GATTC_DESCRIPTOR *find_descriptor_by_short_uuid(UINT16 conn_id, in find_descriptor_by_short_uuid()
665 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in find_descriptor_by_short_uuid()
684 …const tBTA_GATTC_DESCRIPTOR *p_desc = find_descriptor_by_short_uuid(p_cb->conn_id, char_handle, sh… in bta_hh_le_read_char_dscrpt()
883 tBTA_GATTC_DESCRIPTOR *p_desc = find_descriptor_by_short_uuid(p_cb->conn_id, in bta_hh_le_write_char_clt_cfg()
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/include/
Dbta_gatt_api.h586 } __attribute__((packed)) tBTA_GATTC_DESCRIPTOR; typedef
754 extern const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle);