Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_int.h340 }tGATT_SRV_LIST_ELEM; typedef
345 tGATT_SRV_LIST_ELEM *p_last_primary;
346 tGATT_SRV_LIST_ELEM *p_first;
347 tGATT_SRV_LIST_ELEM *p_last;
487 tGATT_SRV_LIST_ELEM srv_list[GATT_MAX_SR_PROFILES];
606 extern BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tB…
608 extern BOOLEAN gatt_add_a_srv_to_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_new);
609 extern BOOLEAN gatt_remove_a_srv_from_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_remo…
Dgatt_utils.c417 BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID … in gatt_is_last_attribute()
419 tGATT_SRV_LIST_ELEM *p_srv= p_start->p_next; in gatt_is_last_attribute()
456 tGATT_SRV_LIST_ELEM *p_srv= p_list->p_first; in gatt_update_last_pri_srv_info()
500 BOOLEAN gatt_add_a_srv_to_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_new) in gatt_add_a_srv_to_list()
502 tGATT_SRV_LIST_ELEM *p_old; in gatt_add_a_srv_to_list()
566 BOOLEAN gatt_remove_a_srv_from_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_remove) in gatt_remove_a_srv_from_list()
Dgatt_sr.c533 tGATT_SRV_LIST_ELEM *p_srv=NULL; in gatt_build_primary_service_rsp()
841 tGATT_SRV_LIST_ELEM *p_srv=NULL; in gatts_process_find_info()
987 tGATT_SRV_LIST_ELEM *p_srv=NULL; in gatts_process_read_by_type_req()