Searched refs:srvc_hdl (Results 1 – 1 of 1) sorted by relevance
201 UINT16 srvc_hdl; in Battery_Instantiate() local214 srvc_hdl = GATTS_CreateService (srvc_eng_cb.gatt_if , in Battery_Instantiate()220 if (srvc_hdl == 0) in Battery_Instantiate()238 if ((p_inst->ba_level_hdl = GATTS_AddCharacteristic(srvc_hdl, in Battery_Instantiate()251 p_inst->clt_cfg_hdl = GATTS_AddCharDescriptor(srvc_hdl, in Battery_Instantiate()263 if ( (p_inst->pres_fmt_hdl = GATTS_AddCharDescriptor(srvc_hdl, in Battery_Instantiate()276 if ( (p_inst->rpt_ref_hdl = GATTS_AddCharDescriptor(srvc_hdl, in Battery_Instantiate()287 status = GATTS_StartService (srvc_eng_cb.gatt_if, srvc_hdl, p_reg_info->transport); in Battery_Instantiate()295 srvc_hdl = 0; in Battery_Instantiate()298 return srvc_hdl; in Battery_Instantiate()