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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h322 }tGATT_SRV_LIST_ELEM; typedef in typeref:struct:srv_list_elem
327 tGATT_SRV_LIST_ELEM *p_last_primary;
328 tGATT_SRV_LIST_ELEM *p_first;
329 tGATT_SRV_LIST_ELEM *p_last;
457 tGATT_SRV_LIST_ELEM srv_list[GATT_MAX_SR_PROFILES];
572 extern BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID value);
574 extern BOOLEAN gatt_add_a_srv_to_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_new);
575 extern BOOLEAN gatt_remove_a_srv_from_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_remove);
H A Dgatt_utils.c399 BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID value)
401 tGATT_SRV_LIST_ELEM *p_srv= p_start->p_next;
438 tGATT_SRV_LIST_ELEM *p_srv= p_list->p_first;
480 BOOLEAN gatt_add_a_srv_to_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_new)
482 tGATT_SRV_LIST_ELEM *p_old;
546 BOOLEAN gatt_remove_a_srv_from_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_remove)
H A Dgatt_sr.c520 tGATT_SRV_LIST_ELEM *p_srv=NULL;
817 tGATT_SRV_LIST_ELEM *p_srv=NULL;
955 tGATT_SRV_LIST_ELEM *p_srv=NULL;

Completed in 71 milliseconds