Searched refs:GATTS_CreateService (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_battery.c | 214 srvc_hdl = GATTS_CreateService (srvc_eng_cb.gatt_if , in Battery_Instantiate()
|
D | srvc_dis.c | 365 …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/ |
D | gatt_attr.c | 283 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE); in gatt_profile_db_init()
|
D | gatt_api.c | 141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid, in GATTS_CreateService() function
|
/system/bt/stack/include/ |
D | gatt_api.h | 737 extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
|
/system/bt/stack/gap/ |
D | gap_ble.c | 397 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE); in gap_attr_db_init()
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.c | 361 service_id = GATTS_CreateService (p_cb->rcb[rcb_idx].gatt_if, in bta_gatts_create_srvc()
|