Searched refs:tBTA_GATTC_DESCRIPTOR (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 52 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()
|
D | bta_gattc_int.h | 486 extern tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(UINT16 conn_id, UINT16 handle);
|
D | bta_gattc_api.c | 303 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle) { in BTA_GATTC_GetDescriptor()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 174 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/ |
D | bta_gatt_api.h | 586 } __attribute__((packed)) tBTA_GATTC_DESCRIPTOR; typedef 754 extern const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(UINT16 conn_id, UINT16 handle);
|