Searched refs:p_char (Results 1 – 2 of 2) sorted by relevance
199 tBTA_GATTC_CHARACTERISTIC *p_char = ptr; in characteristic_free() local200 list_free(p_char->descriptors); in characteristic_free()201 osi_free(p_char); in characteristic_free()1198 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_characteristic_srcb() local1199 if (handle == p_char->handle) { in bta_gattc_get_characteristic_srcb()1200 return p_char; in bta_gattc_get_characteristic_srcb()1229 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_descriptor_srcb() local1230 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_descriptor_srcb()1231 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_get_descriptor_srcb()1417 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_db_with_opration() local[all …]
2001 …const tBTA_GATTC_CHARACTERISTIC *p_char = bta_gattc_get_characteristic_srcb(p_srcb, p_notify->hand… in bta_gattc_process_srvc_chg_ind() local2002 if (p_char && bta_gattc_uuid_compare(&p_char->service->uuid, &gattp_uuid, TRUE) && in bta_gattc_process_srvc_chg_ind()2003 bta_gattc_uuid_compare(&p_char->uuid, &srvc_chg_uuid, TRUE)) { in bta_gattc_process_srvc_chg_ind()2431 tBTA_GATTC_CHARACTERISTIC *p_char = NULL; in bta_gattc_register_service_change_notify() local2475 p_char = list_node(cn); in bta_gattc_register_service_change_notify()2476 if (bta_gattc_uuid_compare(&gatt_service_change_uuid, &p_char->uuid, TRUE)) { in bta_gattc_register_service_change_notify()2489 if (p_char->descriptors) { in bta_gattc_register_service_change_notify()2490 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_register_service_change_notify()2491 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_register_service_change_notify()