HomeSort by relevance Sort by last modified time
    Searched refs:GATTS_CreateService (Results 1 - 5 of 5) 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/include/
gatt_api.h 707 ** Function GATTS_CreateService
722 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 307 service_id = GATTS_CreateService (p_cb->rcb[rcb_idx].gatt_if,
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 493 service_handle = GATTS_CreateService (gap_cb.gatt_if, &uuid, 0, GAP_MAX_ATTR_NUM, TRUE);

Completed in 48 milliseconds