Home
last modified time | relevance | path

Searched refs:BT_UUID (Results 1 – 11 of 11) sorted by relevance

/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DBT_UUID.java8 public class BT_UUID { class
15 public BT_UUID(long uuid32){ in BT_UUID() method in BT_UUID
20 public BT_UUID(byte[] uuid128LE){ in BT_UUID() method in BT_UUID
24 public BT_UUID(String uuidString){ in BT_UUID() method in BT_UUID
68 if (!(obj instanceof BT_UUID)) { in equals()
71 BT_UUID other = (BT_UUID) obj; in equals()
79 BT_UUID uuid = new BT_UUID(0x2800); in main()
83 BT_UUID uuid2 = new BT_UUID(uuidString); in main()
H A DGATTCharacteristicDescriptor.java29 public BT_UUID getUUID(){ in getUUID()
30 return new BT_UUID(Arrays.copyOfRange(data, 2, 2 + 16)); in getUUID()
H A DGATTService.java34 public BT_UUID getUUID(){ in getUUID()
35 return new BT_UUID(Arrays.copyOfRange(data, 4, 4 + 16)); in getUUID()
H A DGATTCharacteristic.java44 public BT_UUID getUUID(){ in getUUID()
45 return new BT_UUID(Arrays.copyOfRange(data, 8, 8 + 16)); in getUUID()
/btstack/platform/daemon/binding/java/example/com/bluekitchen/
H A DLEStreamerClient.java4 import com.bluekitchen.btstack.BT_UUID;
37 private BT_UUID testServiceUUID = new BT_UUID("0000FF10-0000-1000-8000-00805F9B34FB");
38 private BT_UUID testCharacteristicUUID = new BT_UUID("0000FF11-0000-1000-8000-00805F9B34FB");
H A DGATTClientTest.java4 import com.bluekitchen.btstack.BT_UUID;
55 private BT_UUID uuid128(byte[] att_uuid) { in uuid128()
58 return new BT_UUID(uuid); in uuid128()
281 …btstack.GATTDiscoverPrimaryServicesByUUID128(testHandle, new BT_UUID(this.acc_service_uuid)); // n… in handlePacketAcc()
294 btstack.GATTDiscoverPrimaryServicesByUUID128(testHandle, new BT_UUID(uuid)); in handlePacketAcc()
315 … btstack.GATTDiscoverCharacteristicsForServiceByUUID128(testHandle, accService, new BT_UUID(uuid)); in handlePacketAcc()
340 … btstack.GATTDiscoverCharacteristicsForServiceByUUID128(testHandle, accService, new BT_UUID(uuid)); in handlePacketAcc()
/btstack/platform/daemon/binding/python/btstack/
H A Dbtstack_types.py39 class BT_UUID(object): class
104 return BT_UUID(self.data[8:])
128 return BT_UUID(self.data[2:])
156 return BT_UUID(self.data[4:])
/btstack/port/mtk/LEScan/src/com/bluekitchen/lescan/
H A DMainActivity.java10 import com.bluekitchen.btstack.BT_UUID;
263 btstack.GATTDiscoverPrimaryServicesByUUID128(connectionHandle, new BT_UUID(uuid)); in testAccelerometer()
285 …ck.GATTDiscoverCharacteristicsForServiceByUUID128(connectionHandle, accService, new BT_UUID(uuid)); in testAccelerometer()
310 …ck.GATTDiscoverCharacteristicsForServiceByUUID128(connectionHandle, accService, new BT_UUID(uuid)); in testAccelerometer()
698 private BT_UUID uuid128(byte[] att_uuid) { in uuid128()
701 return new BT_UUID(uuid); in uuid128()
/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/
H A DMainActivity.java10 import com.bluekitchen.btstack.BT_UUID;
228 btstack.GATTDiscoverPrimaryServicesByUUID128(testHandle, new BT_UUID(uuid)); in testAccelerometer()
249 … btstack.GATTDiscoverCharacteristicsForServiceByUUID128(testHandle, accService, new BT_UUID(uuid)); in testAccelerometer()
274 … btstack.GATTDiscoverCharacteristicsForServiceByUUID128(testHandle, accService, new BT_UUID(uuid)); in testAccelerometer()
/btstack/port/mtk/LEScan/
H A Dhs_err_pid91628.log227 java_command: com.bluekitchen.btstack.BT_UUID
H A Dhs_err_pid91618.log227 java_command: com.bluekitchen.btstack.BT_UUID