Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1230 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_descriptor_srcb() local
1231 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_get_descriptor_srcb()
1232 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_descriptor_srcb()
1459 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_db_with_opration() local
1460 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_get_db_with_opration()
1461 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_db_with_opration()
1574 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_db_size_with_type() local
1575 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_get_db_size_with_type()
1576 tBTA_GATTC_DESCRIPTOR *p_desc = list_node(dn); in bta_gattc_get_db_size_with_type()
1661 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_db_size() local
[all …]
Dbta_gattc_act.c2490 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_register_service_change_notify() local
2491 dn != list_end(p_char->descriptors); dn = list_next(dn)) { in bta_gattc_register_service_change_notify()
2492 p_desc = list_node(dn); in bta_gattc_register_service_change_notify()