Searched refs:gatt_find_hdl_buffer_by_handle (Results 1 – 3 of 3) sorted by relevance
281 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_AddIncludeService()286 if ((p_incl_decl = gatt_find_hdl_buffer_by_handle(include_svc_handle)) == NULL) in GATTS_AddIncludeService()319 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_AddCharacteristic()362 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_AddCharDescriptor()483 if ((p_list = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_StartService()
593 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle);
331 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle) in gatt_find_hdl_buffer_by_handle() function