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

  /system/bt/btcore/test/
bdaddr_test.cpp 29 EXPECT_EQ(hash_function_bdaddr(&test_address), hash_function_bdaddr(&test_address));
38 EXPECT_EQ(hash_function_bdaddr(&test_address0), hash_function_bdaddr(&test_address1));
47 EXPECT_NE(hash_function_bdaddr(&test_address0), hash_function_bdaddr(&test_address1));
  /system/bt/btcore/include/
bdaddr.h 60 hash_index_t hash_function_bdaddr(const void *key);
  /system/bt/device/src/classic/
peer.c 50 hash_function_bdaddr,
  /system/bt/btcore/src/
bdaddr.c 95 hash_index_t hash_function_bdaddr(const void *key) { function
  /system/bt/stack/btm/
btm_ble_bgconn.c 67 hash_function_bdaddr, NULL, osi_free, bdaddr_equality_fn);

Completed in 109 milliseconds