Searched refs:bd_addr_cmp (Results 1 – 13 of 13) sorted by relevance
/btstack/test/embedded/ |
H A D | btstack_util_test.cpp | 20 TEST(BTstackUtil, bd_addr_cmp){ in TEST() argument 23 CHECK_EQUAL(0, bd_addr_cmp(a, b)); in TEST() 27 CHECK_EQUAL(0, bd_addr_cmp(a1, b1)); in TEST() 33 CHECK(0 != bd_addr_cmp(a, b)); in TEST() 36 CHECK_EQUAL(0, bd_addr_cmp(a, b)); in TEST()
|
/btstack/src/classic/ |
H A D | btstack_link_key_db_memory.c | 69 if (bd_addr_cmp(item->bd_addr, bd_addr) == 0) { in get_item()
|
H A D | hsp_hs.c | 580 if (bd_addr_cmp(event_addr, hsp_hs_remote) == 0){ in packet_handler()
|
H A D | bnep.c | 759 if (bd_addr_cmp(addr, channel->remote_addr) == 0) { in bnep_channel_for_addr()
|
H A D | rfcomm.c | 415 if (bd_addr_cmp(addr, multiplexer->remote_addr) == 0) { in rfcomm_multiplexer_for_addr()
|
/btstack/example/ |
H A D | gap_inquiry.c | 82 if (bd_addr_cmp(addr, devices[j].address) == 0){ in getDeviceIndexForAddress()
|
H A D | gatt_battery_query.c | 142 if (bd_addr_cmp(addr, blacklist[i]) == 0) return 1; in blacklist_contains()
|
H A D | gatt_device_information_query.c | 142 if (bd_addr_cmp(addr, blacklist[i]) == 0) return 1; in blacklist_contains()
|
/btstack/platform/daemon/example/ |
H A D | inquiry.c | 79 if (bd_addr_cmp(addr, devices[j].address) == 0){ in getDeviceIndexForAddress()
|
/btstack/src/ |
H A D | btstack_util.h | 237 int bd_addr_cmp(const bd_addr_t a, const bd_addr_t b);
|
H A D | btstack_util.c | 64 int bd_addr_cmp(const bd_addr_t a, const bd_addr_t b){ in bd_addr_cmp() function
|
H A D | l2cap.c | 2594 if (bd_addr_cmp( channel->address, address) != 0) continue; in l2cap_handle_connection_failed_for_addr() 2633 if ( ! bd_addr_cmp( channel->address, address) ){ in l2cap_handle_connection_success_for_addr()
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.sed | 74 s/BD_ADDR_CMP/bd_addr_cmp/g
|