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

  /system/bt/device/test/
interop_test.cpp 27 string_to_bdaddr("38:2c:4a:59:67:89", &test_address);
29 string_to_bdaddr("9c:df:03:12:34:56", &test_address);
35 string_to_bdaddr("00:00:00:00:00:00", &test_address);
37 string_to_bdaddr("ff:ff:ff:ff:ff:ff", &test_address);
39 string_to_bdaddr("42:08:15:ae:ae:ae", &test_address);
41 string_to_bdaddr("38:2c:4a:59:67:89", &test_address);
  /system/bt/btcore/test/
bdaddr_test.cpp 27 string_to_bdaddr("12:34:56:78:9A:BC", &test_address);
35 string_to_bdaddr("12:34:56:78:9A:BC", &test_address0);
36 string_to_bdaddr("12:34:56:78:9A:BC", &test_address1);
44 string_to_bdaddr("12:34:56:78:9A:BC", &test_address0);
45 string_to_bdaddr("43:56:21:78:9A:BC", &test_address1);
  /system/bt/device/test/classic/
peer_test.cpp 50 string_to_bdaddr("12:34:56:78:9A:BC", &test_address);
62 string_to_bdaddr("12:34:56:78:9A:BC", &test_address);
75 string_to_bdaddr("12:34:56:78:9A:BC", &test_address0);
76 string_to_bdaddr("42:42:42:42:42:42", &test_address1);
  /system/bt/btcore/include/
bdaddr.h 57 bool string_to_bdaddr(const char *string, bt_bdaddr_t *addr);
  /system/bt/btcore/src/
bdaddr.c 80 bool string_to_bdaddr(const char *string, bt_bdaddr_t *addr) { function
  /system/bt/test/suite/
main.c 151 if (config_has_key(config, name, "LinkKey") && string_to_bdaddr(name, &bt_remote_bdaddr)) {
  /system/bt/btif/src/
btif_storage.c 507 string_to_bdaddr(name, &bd_addr);
    [all...]
btif_core.c 337 string_to_bdaddr(val, local_addr);
356 string_to_bdaddr(val, local_addr);
366 string_to_bdaddr(val, local_addr);
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 284 if (!string_to_bdaddr(optarg, &bt_remote_bdaddr)) {

Completed in 213 milliseconds