Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c199 tBTA_GATTC_CHARACTERISTIC *p_char = ptr; in characteristic_free() local
200 list_free(p_char->descriptors); in characteristic_free()
201 osi_free(p_char); in characteristic_free()
1180 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_characteristic_srcb() local
1181 if (handle == p_char->handle) { in bta_gattc_get_characteristic_srcb()
1182 return p_char; in bta_gattc_get_characteristic_srcb()
1211 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_descriptor_srcb() local
1212 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_descriptor_srcb()
1213 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_get_descriptor_srcb()
1399 tBTA_GATTC_CHARACTERISTIC *p_char = list_node(cn); in bta_gattc_get_db_with_opration() local
[all …]
Dbta_gattc_act.c1938 …const tBTA_GATTC_CHARACTERISTIC *p_char = bta_gattc_get_characteristic_srcb(p_srcb, p_notify->hand… in bta_gattc_process_srvc_chg_ind() local
1939 if (p_char && bta_gattc_uuid_compare(&p_char->service->uuid, &gattp_uuid, TRUE) && in bta_gattc_process_srvc_chg_ind()
1940 bta_gattc_uuid_compare(&p_char->uuid, &srvc_chg_uuid, TRUE)) { in bta_gattc_process_srvc_chg_ind()
2368 tBTA_GATTC_CHARACTERISTIC *p_char = NULL; in bta_gattc_register_service_change_notify() local
2412 p_char = list_node(cn); in bta_gattc_register_service_change_notify()
2413 if (bta_gattc_uuid_compare(&gatt_service_change_uuid, &p_char->uuid, TRUE)) { in bta_gattc_register_service_change_notify()
2426 if (p_char->descriptors) { in bta_gattc_register_service_change_notify()
2427 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_register_service_change_notify()
2428 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_register_service_change_notify()