Searched refs:tGATT_HDL_LIST_ELEM (Results 1 – 5 of 5) sorted by relevance
35 tGATT_HDL_LIST_ELEM elem; // gatt_add_an_item_to_list81 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list()
269 } tGATT_HDL_LIST_ELEM; typedef395 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);
47 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()
197 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()
126 gatt_cb.hdl_list_info = new std::list<tGATT_HDL_LIST_ELEM>(); in gatt_init()