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

  /system/bt/stack/gatt/
gatt_attr.c 294 status = GATTS_StartService (gatt_cb.gatt_if, service_handle, GATTP_TRANSPORT_SUPPORTED );
gatt_api.c 452 ** Function GATTS_StartService
463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
474 GATT_TRACE_API ("GATTS_StartService");
501 GATT_TRACE_ERROR ("GATTS_StartService: no free server registration block");
    [all...]
  /system/bt/stack/srvc/
srvc_battery.c 287 status = GATTS_StartService (srvc_eng_cb.gatt_if, srvc_hdl, p_reg_info->transport);
srvc_dis.c 381 status = GATTS_StartService (srvc_eng_cb.gatt_if, dis_cb.service_handle, GATT_TRANSPORT_LE_BR_EDR);
  /system/bt/stack/include/
gatt_api.h 819 ** Function GATTS_StartService
830 extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
    [all...]
  /system/bt/stack/gap/
gap_ble.c 443 status = GATTS_StartService(gap_cb.gatt_if, service_handle, GAP_TRANSPORT_SUPPORTED );
  /system/bt/bta/gatt/
bta_gatts_act.c 539 if (GATTS_StartService(p_rcb->gatt_if,

Completed in 61 milliseconds