Home
last modified time | relevance | path

Searched refs:GATTS_AddCharDescriptor (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/srvc/
Dsrvc_battery.c251 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()
/system/bt/stack/include/
Dgatt_api.h798 extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm,
/system/bt/bta/gatt/
Dbta_gatts_act.c488 attr_id = GATTS_AddCharDescriptor(p_msg->api_add_char_descr.hdr.layer_specific, in bta_gatts_add_char_descr()
/system/bt/stack/gatt/
Dgatt_api.c357 UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, in GATTS_AddCharDescriptor() function