Home
last modified time | relevance | path

Searched refs:tGATT_HDL_LIST_ELEM (Results 1 – 5 of 5) sorted by relevance

/system/bt/test/mock/
Dmock_stack_gatt.cc35 tGATT_HDL_LIST_ELEM elem; // gatt_add_an_item_to_list
81 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list()
/system/bt/stack/gatt/
Dgatt_int.h269 } tGATT_HDL_LIST_ELEM; typedef
395 std::list<tGATT_HDL_LIST_ELEM>* hdl_list_info;
524 extern std::list<tGATT_HDL_LIST_ELEM>::iterator gatt_find_hdl_buffer_by_app_id(
527 extern tGATT_HDL_LIST_ELEM* gatt_find_hdl_buffer_by_handle(uint16_t handle);
Dgatt_api.cc47 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list()
210 tGATT_HDL_LIST_ELEM& list = gatt_add_an_item_to_list(s_hdl); in GATTS_AddService()
275 tGATT_HDL_LIST_ELEM* p_incl_decl; in GATTS_AddService()
Dgatt_utils.cc197 tGATT_HDL_LIST_ELEM* gatt_find_hdl_buffer_by_handle(uint16_t handle) { in gatt_find_hdl_buffer_by_handle()
212 std::list<tGATT_HDL_LIST_ELEM>::iterator gatt_find_hdl_buffer_by_app_id( in gatt_find_hdl_buffer_by_app_id()
Dgatt_main.cc126 gatt_cb.hdl_list_info = new std::list<tGATT_HDL_LIST_ELEM>(); in gatt_init()