/btstack/test/gatt_client/ |
H A D | gatt_client_crypto_test.cpp | 37 current_test_t test = IDLE; variable 61 switch(test){ in csis_handle_client_event() 79 test = IDLE; in TEST_GROUP() 88 test = SIRK_CONTAINS_RSI; in TEST() 94 test = SIRK_DOES_NOT_CONTAIN_RSI; in TEST()
|
H A D | gatt_client_test.cpp | 66 current_test_t test = IDLE; variable 200 switch(test){ in att_write_callback() 240 switch(test){ in att_read_callback() 282 test = IDLE; in TEST_GROUP() 327 test = DISCOVER_PRIMARY_SERVICES; in TEST() 344 test = DISCOVER_PRIMARY_SERVICE_WITH_UUID16; in TEST() 354 test = DISCOVER_PRIMARY_SERVICE_WITH_UUID128; in TEST() 371 test = DISCOVER_INCLUDED_SERVICE_FOR_SERVICE_WITH_UUID16; in TEST() 385 test = DISCOVER_INCLUDED_SERVICE_FOR_SERVICE_WITH_UUID128; in TEST() 407 test = DISCOVER_CHARACTERISTICS_FOR_SERVICE_WITH_UUID16; in TEST() [all …]
|
/btstack/port/daemon/ |
H A D | configure.ac | 30 if test "x$target" = xiphone; then 73 if test "x$HCI_TRANSPORT" = xusb; then 76 if test "x$HCI_TRANSPORT" = xh4; then 81 if test "x$HCI_TRANSPORT" = xUSB && test "x$HCI_USB_LIB" == xwinusb; then 86 if test "x$HCI_TRANSPORT" = xUSB && test "x$HCI_USB_LIB" == xlibusb; then 91 if test "$HAVE_LIBUSB" == "no" ; then 117 if test "x$HCI_TRANSPORT" = xUSB; then 147 if test "x$UNIX_SOCKETS" == xyes; then 175 if test "x$HCI_TRANSPORT" = xUSB; then 181 if test "x$ENABLE_INTEL_USB" = xyes; then [all …]
|
H A D | .gitignore | 13 rfcomm-test
|
/btstack/test/btstack_util/ |
H A D | CMakeLists.txt | 3 project(test-tlv-test) 27 # create test targets 32 message("test/btstack_util: ${TEST}")
|
/btstack/test/bau/ |
H A D | CMakeLists.txt | 3 project(test-tlv-test) 27 # create test targets 32 message("test/btstack_util: ${TEST}")
|
/btstack/test/flash_tlv/ |
H A D | CMakeLists.txt | 3 project(test-tlv-test) 37 # test ENABLE_TLV_FLASH_WRITE_ONCE 49 # test ENABLE_TLV_FLASH_WRITE_ONCE
|
/btstack/3rd-party/lc3-google/ |
H A D | README.md | 21 - test: Unit testing framework 96 In such way you can easly test encoding / decoding loop with : 114 A python implementation of the encoder is provided in `test` diretory. 125 #### Running test suite 128 $ make test 154 subjectively evaluated in a blind listening test. 176 you can easly test encoding / decoding loop with :
|
/btstack/3rd-party/lwip/core/ |
H A D | FILES | 4 test/ - Some code to test whether the sources do what they should.
|
/btstack/platform/daemon/binding/java/example/com/bluekitchen/ |
H A D | GAPInquiry.java | 63 void test(){ in test() method in GAPInquiry 85 new GAPInquiry().test(); in main()
|
H A D | LEStreamerClient.java | 167 void test(){ in test() method in LEStreamerClient 191 new LEStreamerClient().test(); in main()
|
/btstack/test/hfp/ |
H A D | CMakeLists.txt | 2 project(test-hfp) 55 message("test/hfp tool: ${EXAMPLE}")
|
H A D | test_sequences.h | 55 char ** test; member
|
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/make/ |
H A D | Makefile.sam.in | 403 $(Q)test -d $(dir $@) || echo $(MSG_MKDIR) 405 $(Q)test -d $(patsubst %/,%,$(dir $@)) || mkdir $(subst /,\,$(dir $@)) 407 $(Q)test -d $(dir $@) || mkdir -p $(dir $@) 414 $(Q)test -d $(dir $@) || echo $(MSG_MKDIR) 416 $(Q)test -d $(patsubst %/,%,$(dir $@)) || mkdir $(subst /,\,$(dir $@)) 418 $(Q)test -d $(dir $@) || mkdir -p $(dir $@) 425 $(Q)test -d $(dir $@) || echo $(MSG_MKDIR) 427 $(Q)test -d $(patsubst %/,%,$(dir $@)) || mkdir $(subst /,\,$(dir $@)) 429 $(Q)test -d $(dir $@) || mkdir -p $(dir $@)
|
/btstack/port/daemon/example/ |
H A D | .gitignore | 9 test
|
/btstack/test/crypto/ |
H A D | aes_cmac_test.c | 114 …e VALIDATE_KEY(NAME) { LOG_KEY(NAME); sm_key_t test; parse_hex(test, NAME##_string); if (memcmp(NA…
|
H A D | CMakeLists.txt | 3 project(test-crypto)
|
/btstack/3rd-party/lc3-google/conformance/ |
H A D | README.md | 1 # Conformance test reports 7 The test reports are generated by:
|
/btstack/test/avdtp/ |
H A D | CMakeLists.txt | 2 project(test-hfp) 103 message("test/hfp tool: ${EXAMPLE}")
|
/btstack/3rd-party/hxcmod-player/ |
H A D | readme.txt | 36 The test program is into the win32 folder. Just drag and drop a mod on the main 43 You can test it at this address : http://hxc2001.free.fr/hxcmod/ 117 The Windows test software.
|
/btstack/test/hid_parser/ |
H A D | CMakeLists.txt | 3 project(BTstack-test-hid_parser)
|
/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/ |
H A D | MainActivity.java | 69 test(); in onCreate() 326 test(); in testConnectDisconnect() 447 void test(){ in test() method in MainActivity
|
/btstack/test/gatt-service-client/ |
H A D | CMakeLists.txt | 2 project(gatt-client-test)
|
/btstack/test/l2cap-cbm/ |
H A D | CMakeLists.txt | 2 project(gatt-client-test)
|
/btstack/test/l2cap-ecbm/ |
H A D | CMakeLists.txt | 2 project(gatt-client-test)
|