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

  /system/bt/service/hal/
gatt_helpers.cpp 35 const btgatt_srvc_id_t& srvc_id) {
36 UUID uuid(srvc_id.id.uuid);
39 "", srvc_id.id.inst_id, uuid, srvc_id.is_primary);
gatt_helpers.h 38 const btgatt_srvc_id_t& srvc_id);
fake_bluetooth_gatt_interface.h 67 int server_if, btgatt_srvc_id_t* srvc_id, int num_handles) = 0;
114 const btgatt_srvc_id_t& srvc_id,
fake_bluetooth_gatt_interface.cpp 115 int server_if, btgatt_srvc_id_t* srvc_id, int num_handles) {
117 return g_server_handler->AddService(server_if, srvc_id, num_handles);
315 const btgatt_srvc_id_t& srvc_id,
319 ServiceAddedCallback(this, status, server_if, srvc_id, srvc_handle));
bluetooth_gatt_interface.h 161 const btgatt_srvc_id_t& srvc_id,
bluetooth_gatt_interface.cpp 292 btgatt_srvc_id_t* srvc_id,
298 CHECK(srvc_id);
301 g_interface, status, server_if, *srvc_id, srvc_handle));
757 const btgatt_srvc_id_t& /* srvc_id */,
  /system/bt/test/suite/gatt/
gatt_unittest.cpp 110 btgatt_srvc_id_t srvc_id; local
111 srvc_id.id.inst_id = 0; // there is only one instance of this service.
112 srvc_id.is_primary = 1; // this service is primary.
113 create_random_uuid(&srvc_id.id.uuid, -1);
125 gatt_server_interface()->add_service(server_if, &srvc_id, 4 /* # handles */);
gatt_test.h 72 int status, int server_if, const btgatt_srvc_id_t& srvc_id,
gatt_test.cpp 133 int status, int server_if, const btgatt_srvc_id_t& srvc_id,
  /system/bt/stack/srvc/
srvc_eng_int.h 80 extern BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id );
srvc_eng.c 384 BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id )
393 p_clcb->cur_srvc_id = srvc_id;
  /system/bt/btif/src/
btif_gatt_server.c 88 btgatt_srvc_id_t srvc_id; member in struct:__anon72247
209 btgatt_srvc_id_t srvc_id; local
210 srvc_id.is_primary = p_data->create.is_primary;
211 srvc_id.id.inst_id = p_data->create.svc_instance;
212 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid);
215 p_data->create.status, p_data->create.server_if, &srvc_id,
445 btif_to_bta_uuid(&uuid, &p_cb->srvc_id.id.uuid);
448 p_cb->srvc_id.id.inst_id, p_cb->num_handles,
449 p_cb->srvc_id.is_primary);
563 static bt_status_t btif_gatts_add_service(int server_if, btgatt_srvc_id_t *srvc_id,
    [all...]
btif_gatt_client.c 179 btgatt_srvc_id_t srvc_id; member in struct:__anon72242
    [all...]
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 56 btgatt_srvc_id_t *srvc_id, int srvc_handle);
159 bt_status_t (*add_service)( int server_if, btgatt_srvc_id_t *srvc_id, int num_handles);
bt_gatt_client.h 52 btgatt_srvc_id_t srvc_id; member in struct:__anon31138
  /system/bt/bta/dm/
bta_dm_pm.c 91 bta_dm_cb.pm_timer[i].srvc_id[j] = BTA_ID_MAX;
228 if (bta_dm_cb.pm_timer[i].srvc_id[timer_idx] != BTA_ID_MAX)
254 static void bta_dm_pm_stop_timer_by_srvc_id(BD_ADDR peer_addr, UINT8 srvc_id)
262 if (bta_dm_cb.pm_timer[i].srvc_id[j] == srvc_id)
284 period_ms_t timeout_ms, UINT8 srvc_id,
289 if (p_timer->srvc_id[timer_idx] == BTA_ID_MAX)
295 p_timer->srvc_id[timer_idx] = srvc_id;
318 if (p_timer->srvc_id[timer_idx] == BTA_ID_MAX
    [all...]
bta_dm_int.h 838 UINT8 srvc_id[BTA_DM_PM_MODE_TIMER_MAX]; member in struct:__anon71728
    [all...]
  /system/bt/service/
gatt_server.h 265 const btgatt_srvc_id_t& srvc_id,
gatt_server_old.cpp 148 void ServiceAddedCallback(int status, int server_if, btgatt_srvc_id_t *srvc_id,
151 __func__, status, server_if, srvc_id->id.inst_id, srvc_handle);
156 g_internal->service_id = *srvc_id;
gatt_server.cpp 500 const btgatt_srvc_id_t& srvc_id,
508 auto gatt_id = hal::GetServiceIdFromHAL(srvc_id);
  /system/bt/bta/hh/
bta_hh_int.h 112 UINT8 srvc_id; member in struct:__anon71806
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 680 btgatt_srvc_id_t *srvc_id, int srvc_handle)
684 server_if, SRVC_ID_PARAMS(srvc_id),
    [all...]

Completed in 94 milliseconds