Home
last modified time | relevance | path

Searched refs:GATTS_CreateService (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/srvc/
Dsrvc_battery.c214 srvc_hdl = GATTS_CreateService (srvc_eng_cb.gatt_if , in Battery_Instantiate()
Dsrvc_dis.c365 …dis_cb.service_handle = GATTS_CreateService (srvc_eng_cb.gatt_if , &uuid, 0, DIS_MAX_ATTR_NUM, TRU… in DIS_SrInit()
/system/bt/stack/gatt/
Dgatt_attr.c283 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE); in gatt_profile_db_init()
Dgatt_api.c141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService() function
/system/bt/stack/include/
Dgatt_api.h737 extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
/system/bt/stack/gap/
Dgap_ble.c397 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE); in gap_attr_db_init()
/system/bt/bta/gatt/
Dbta_gatts_act.c361 service_id = GATTS_CreateService (p_cb->rcb[rcb_idx].gatt_if, in bta_gatts_create_srvc()