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

/system/bt/stack/gatt/
H A Dgatt_int.h338 }tGATT_SRV_LIST_ELEM; typedef in typeref:struct:srv_list_elem
343 tGATT_SRV_LIST_ELEM *p_last_primary;
344 tGATT_SRV_LIST_ELEM *p_first;
345 tGATT_SRV_LIST_ELEM *p_last;
477 tGATT_SRV_LIST_ELEM srv_list[GATT_MAX_SR_PROFILES];
596 extern BOOLEAN gatt_is_last_attribute(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_start, tBT_UUID value);
598 extern BOOLEAN gatt_add_a_srv_to_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_new);
599 extern BOOLEAN gatt_remove_a_srv_from_list(tGATT_SRV_LIST_INFO *p_list, tGATT_SRV_LIST_ELEM *p_remove);

Completed in 29 milliseconds