HomeSort by relevance Sort by last modified time
    Searched refs:service_uuid (Results 26 - 50 of 57) sorted by null

12 3

  /system/bt/service/test/
gatt_server_unittest.cpp 549 const UUID service_uuid = UUID::GetRandom(); local
550 auto service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true);
608 service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true);
627 service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true);
647 service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true);
674 service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true);
705 const UUID service_uuid = UUID::GetRandom(); local
720 auto service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true);
801 service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true);
833 service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true)
    [all...]
low_energy_client_unittest.cpp 66 int service_uuid_len, char* service_uuid) override {
71 service_uuid_len, service_uuid);
135 int service_uuid_len, char* service_uuid) override {
142 service_uuid, service_uuid+service_uuid_len);
    [all...]
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 53 int service_uuid_len, char* service_uuid) = 0;
fake_bluetooth_gatt_interface.cpp 81 int service_uuid_len, char* service_uuid) {
88 service_uuid_len, service_uuid);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 361 uint16_t service_uuid_len, char* service_uuid);
385 char* service_data, int service_uuid_len, char* service_uuid);
  /system/bt/bta/gatt/
bta_gatts_act.c 347 &p_msg->api_create_svc.service_uuid,
354 memcpy(&p_cb->srvc_cb[srvc_idx].service_uuid,
355 &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID));
371 memcpy(&cb_data.create.uuid, &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID));
507 &p_srvc_cb->service_uuid,
bta_gattc_cache.c 740 tBT_UUID service_uuid; local
754 if (SDP_FindServiceUUIDInRec(p_sdp_rec, &service_uuid))
764 service_uuid.uu.uuid16, start_handle, end_handle);
774 service_uuid,
    [all...]
bta_gatts_api.c 152 memcpy(&p_buf->service_uuid, p_service_uuid, sizeof(tBT_UUID));
  /tools/test/connectivity/acts/tests/google/ble/api/
BleScanApiTest.py 198 service_uuid = droid.bleGetScanFilterServiceUuid(filter_list,
202 if service_uuid != expected_service_uuid.lower():
205 service_uuid))
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py 698 service_uuid = "3846D7A0-69C8-11E4-BA00-0002A5D5C51B"
705 service_uuid, GattService.SERVICE_TYPE_PRIMARY.value)
710 service_uuid)
    [all...]
  /system/bt/bta/av/
bta_av_act.c     [all...]
bta_av_int.h 215 UINT16 service_uuid; member in struct:__anon71630
  /system/bt/stack/include/
sdp_api.h 302 UINT16 service_uuid,
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattConnectTest.py     [all...]
  /system/bt/stack/btm/
btm_ble_gap.c     [all...]
  /system/bt/bta/hl/
bta_hl_utils.c 296 UINT16 service_uuid,
302 switch (service_uuid)
306 if ((*pp_rec = SDP_FindServiceInDb(p_mcb->p_db, service_uuid,
331 ** if service_uuid = 0xFFFF then it means service uuid
339 UINT16 service_uuid = 0xFFFF; /* both Sink and Source */ local
351 service_uuid = UUID_SERVCLASS_HDP_SINK;
355 service_uuid = UUID_SERVCLASS_HDP_SOURCE;
365 APPL_TRACE_DEBUG("bta_hl_get_service_uuids service_uuid=0x%x",service_uuid );
367 return service_uuid;
    [all...]
  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 214 char* service_uuid, btif_adv_data_t *p_multi_adv_inst)
244 memcpy(p_multi_adv_inst->p_service_uuid, service_uuid, service_uuid_len);
btif_av.c     [all...]
  /tools/test/connectivity/acts/tests/google/ble/filtering/
UniqueFilteringTest.py 323 service_uuid = "00000000-0000-1000-8000-00805F9B34FB"
326 self.scn_ad.droid.bleSetScanFilterServiceUuid(service_uuid,
  /system/bt/bta/ag/
bta_ag_int.h 366 extern BOOLEAN bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 1164 jbyte* service_uuid = env->GetByteArrayElements(serviceUuid, NULL); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseManager.java 493 byte[] manufacturer_data, byte[] service_data, byte[] service_uuid);
  /system/bt/bta/include/
bta_av_api.h 574 UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback, UINT16 service_uuid);
bta_gatt_api.h 283 tBTA_GATT_ID service_uuid; member in struct:__anon71949
    [all...]
  /system/bt/service/
gatt_server.cpp 225 if (gatt_id->service_uuid() == uuid)
517 << " UUID: " << gatt_id->service_uuid().ToString();

Completed in 431 milliseconds

12 3