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

  /hardware/libhardware/include/hardware/
bt_gatt_server.h 56 btgatt_srvc_id_t *srvc_id, int srvc_handle);
60 int srvc_handle, int incl_srvc_handle);
64 bt_uuid_t *uuid, int srvc_handle, int char_handle);
68 bt_uuid_t *uuid, int srvc_handle, int descr_handle);
72 int srvc_handle);
76 int srvc_handle);
80 int srvc_handle);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 94 uint16_t srvc_handle; member in struct:__anon5693
445 BTA_GATTS_AddIncludeService(p_cb->srvc_handle, p_cb->incl_handle);
453 BTA_GATTS_AddCharacteristic(p_cb->srvc_handle, &uuid,
463 BTA_GATTS_AddCharDescriptor(p_cb->srvc_handle, p_cb->permissions,
469 BTA_GATTS_StartService(p_cb->srvc_handle, p_cb->transport);
473 BTA_GATTS_StopService(p_cb->srvc_handle);
477 BTA_GATTS_DeleteService(p_cb->srvc_handle);
571 btif_cb.srvc_handle = (uint16_t) service_handle;
584 btif_cb.srvc_handle = (uint16_t) service_handle;
598 btif_cb.srvc_handle = (uint16_t) service_handle
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 631 btgatt_srvc_id_t *srvc_id, int srvc_handle)
636 srvc_handle);
641 int srvc_handle,
646 status, server_if, srvc_handle, incl_srvc_handle);
651 int srvc_handle, int char_handle)
656 srvc_handle, char_handle);
661 bt_uuid_t *descr_id, int srvc_handle,
667 srvc_handle, descr_handle);
671 void btgatts_service_started_cb(int status, int server_if, int srvc_handle)
675 server_if, srvc_handle);
    [all...]

Completed in 188 milliseconds