HomeSort by relevance Sort by last modified time
    Searched refs:GATTS_CreateService (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 259 service_handle = GATTS_CreateService (gatt_cb.gatt_if , &uuid, 0, GATTP_MAX_ATTR_NUM, TRUE);
gatt_api.c 126 ** Function GATTS_CreateService
141 UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
154 GATT_TRACE_API0 ("GATTS_CreateService" );
255 GATT_TRACE_DEBUG6 ("GATTS_CreateService(success): handles needed:%u s_hdl=%u e_hdl=%u %s[%x] is_primary=%d",
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_battery.c 208 srvc_hdl = GATTS_CreateService (srvc_eng_cb.gatt_if ,
srvc_dis.c 332 dis_cb.service_handle = GATTS_CreateService (srvc_eng_cb.gatt_if , &uuid, 0, DIS_MAX_ATTR_NUM, TRUE);
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 714 ** Function GATTS_CreateService
729 GATT_API extern UINT16 GATTS_CreateService (tGATT_IF gatt_if, tBT_UUID *p_svc_uuid,
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 350 service_id = GATTS_CreateService (p_cb->rcb[rcb_idx].gatt_if,
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 492 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);

Completed in 103 milliseconds