Searched refs:dn (Results 1 – 2 of 2) sorted by relevance
1230 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_get_descriptor_srcb() local1231 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() local1460 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() local1575 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 …]
2490 for (list_node_t *dn = list_begin(p_char->descriptors); in bta_gattc_register_service_change_notify() local2491 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()