Lines Matching refs:s_handle
44 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list() argument
48 if (s_handle > it->asgn_range.s_handle) break; in gatt_add_an_item_to_list()
73 gatt_add_an_item_to_list(p_hndl_range->s_handle); in GATTS_AddHandleRange()
195 list.asgn_range.s_handle = s_hdl; in GATTS_AddService()
207 << ", s_hdl=" << loghex(list.asgn_range.s_handle) in GATTS_AddService()
259 list.svc_db, p_incl_decl->asgn_range.s_handle, in GATTS_AddService()
272 if (list.asgn_range.s_handle < it->s_hdl) break; in GATTS_AddService()
278 elem.s_hdl = list.asgn_range.s_handle; in GATTS_AddService()
353 GATTS_StopService(it->asgn_range.s_handle); in GATTS_DeleteService()
356 VLOG(1) << "released handles s_hdl=" << loghex(it->asgn_range.s_handle) in GATTS_DeleteService()
359 if ((it->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) && in GATTS_DeleteService()
654 p_clcb->s_handle = start_handle; in GATTC_Discover()
716 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()
721 p_clcb->s_handle = 0; in GATTC_Read()
732 p_clcb->s_handle = p_read->by_handle.handle; in GATTC_Read()