Searched refs:substring (Results 1 – 2 of 2) sorted by relevance
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/ |
H A D | BT_UUID.java | 29 Util.storeNet32(uuid, 8, Long.parseLong((parts[3]+parts[4]).substring(0, 8), 16)); in BT_UUID() 30 Util.storeNet32(uuid, 12, Long.parseLong((parts[3]+parts[4]).substring(8, 16), 16)); in BT_UUID()
|
/btstack/platform/windows/ |
H A D | hci_transport_h2_winusb.c | 347 char substring[20]; in usb_device_path_match() local 348 sprintf_s(substring, sizeof(substring), "vid_%04x&pid_%04x", vendor_id, product_id); in usb_device_path_match() 349 const char * pos = strstr(device_path, substring); in usb_device_path_match() 350 log_info("check %s in %s -> %p", substring, device_path, pos); in usb_device_path_match()
|