Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_battery.c245 p_inst->clt_cfg_hdl = GATTS_AddCharDescriptor(srvc_hdl, in Battery_Instantiate()
257 if ( (p_inst->pres_fmt_hdl = GATTS_AddCharDescriptor(srvc_hdl, in Battery_Instantiate()
270 if ( (p_inst->rpt_ref_hdl = GATTS_AddCharDescriptor(srvc_hdl, in Battery_Instantiate()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h792 GATT_API extern UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, tGATT_PERM perm,
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c477 attr_id = GATTS_AddCharDescriptor(p_msg->api_add_char_descr.hdr.layer_specific, in bta_gatts_add_char_descr()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c357 UINT16 GATTS_AddCharDescriptor (UINT16 service_handle, in GATTS_AddCharDescriptor() function