Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.c167 … const tBTA_GATTC_CHARACTERISTIC *p_char = BTA_GATTC_GetCharacteristic(op->conn_id, op->handle); in gatt_execute_next_op() local
170 BTA_GATTC_ReadCharacteristic(op->conn_id, p_char->handle, BTA_GATT_AUTH_REQ_NONE); in gatt_execute_next_op()
180 … const tBTA_GATTC_CHARACTERISTIC *p_char = BTA_GATTC_GetCharacteristic(op->conn_id, op->handle); in gatt_execute_next_op() local
182 BTA_GATTC_WriteCharValue(op->conn_id, p_char->handle, op->write_type, op->len, in gatt_execute_next_op()
652 const tBTA_GATTC_CHARACTERISTIC *p_char = in find_descriptor_by_short_uuid() local
655 if (!p_char) { in find_descriptor_by_short_uuid()
660 if (!p_char->descriptors || list_is_empty(p_char->descriptors)) in find_descriptor_by_short_uuid()
663 for (list_node_t *dn = list_begin(p_char->descriptors); in find_descriptor_by_short_uuid()
664 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in find_descriptor_by_short_uuid()
667 if (p_char->uuid.len == LEN_UUID_16 && in find_descriptor_by_short_uuid()
[all …]
/system/bt/bta/gatt/
Dbta_gattc_cache.c179 tBTA_GATTC_CHARACTERISTIC *p_char = ptr; in characteristic_free() local
180 list_free(p_char->descriptors); in characteristic_free()
181 osi_free(p_char); in characteristic_free()
1068 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_characteristic_srcb() local
1069 if (handle == p_char->handle) in bta_gattc_get_characteristic_srcb()
1070 return p_char; in bta_gattc_get_characteristic_srcb()
1095 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_descriptor_srcb() local
1096 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_descriptor_srcb()
1097 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_get_descriptor_srcb()
1167 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_db_size() local
[all …]
Dbta_gattc_act.c1687 …const tBTA_GATTC_CHARACTERISTIC *p_char = bta_gattc_get_characteristic_srcb(p_srcb, p_notify->hand… in bta_gattc_process_srvc_chg_ind() local
1688 if (p_char && bta_gattc_uuid_compare(&p_char->service->uuid, &gattp_uuid, TRUE) && in bta_gattc_process_srvc_chg_ind()
1689 bta_gattc_uuid_compare(&p_char->uuid, &srvc_chg_uuid, TRUE)) in bta_gattc_process_srvc_chg_ind()