/btstack/test/gap/ |
H A D | hci_test.cpp | 170 bd_addr_type_t addr_type = BD_ADDR_TYPE_ACL; in TEST() local 193 bd_addr_type_t addr_type = BD_ADDR_TYPE_LE_PUBLIC; in TEST() local 202 bd_addr_type_t addr_type = BD_ADDR_TYPE_LE_PUBLIC; in TEST() local 213 bd_addr_type_t addr_type = BD_ADDR_TYPE_LE_PUBLIC; in TEST() local 257 bd_addr_type_t addr_type = BD_ADDR_TYPE_ACL; in TEST() local 378 bd_addr_type_t addr_type = BD_ADDR_TYPE_LE_PUBLIC; in TEST() local 466 bd_addr_type_t addr_type = BD_ADDR_TYPE_LE_PUBLIC; in TEST() local 574 uint8_t addr_type; in TEST() local
|
/btstack/test/le_audio/ |
H A D | le_audio_broadcast_assistant.c | 101 bd_addr_type_t addr_type; member 166 le_audio_broadcast_assistant_found_scan_delegator(bd_addr_type_t *addr_type, const uint8_t *addr, in le_audio_broadcast_assistant_found_scan_delegator() 466 …bd_addr_type_t addr_type = (bd_addr_type_t) gap_event_extended_advertising_report_get_address_type… in packet_handler() local 514 …bd_addr_type_t addr_type = (bd_addr_type_t) gap_event_extended_advertising_report_get_address_type… in packet_handler() local
|
/btstack/test/security_manager/ |
H A D | mock.c | 173 …connection_t * hci_connection_for_bd_addr_and_type(const bd_addr_t addr, bd_addr_type_t addr_type){ in hci_connection_for_bd_addr_and_type() 184 void gap_le_get_own_address(uint8_t * addr_type, bd_addr_t addr){ in gap_le_get_own_address() 189 void gap_le_get_own_advertisements_address(uint8_t * addr_type, bd_addr_t addr){ in gap_le_get_own_advertisements_address() 192 void gap_le_get_own_connection_address(uint8_t * addr_type, bd_addr_t addr){ in gap_le_get_own_connection_address()
|
/btstack/src/ble/ |
H A D | le_device_db_memory.c | 54 int addr_type; member 116 int le_device_db_add(int addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_add() 142 void le_device_db_info(int index, int * addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_info()
|
H A D | le_device_db_tlv.c | 60 int addr_type; member 199 int le_device_db_add(int addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_add() 283 void le_device_db_info(int index, int * addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_info()
|
H A D | sm.c | 574 …* event, int event_size, uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, bd_addr_t a… in sm_setup_event_base() 582 static void sm_notify_client_base(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, bd_… in sm_notify_client_base() 588 static void sm_notify_client_index(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, bd… in sm_notify_client_index() 602 static void sm_notify_client_status(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, b… in sm_notify_client_status() 948 static void sm_address_resolution_start_lookup(uint8_t addr_type, hci_con_handle_t con_handle, bd_a… in sm_address_resolution_start_lookup() 2276 int addr_type = BD_ADDR_TYPE_UNKNOWN; in sm_run_irk_lookup() local 3854 bd_addr_type_t addr_type; in sm_event_packet_handler() local 5252 …connection_t * sm_get_connection_for_bd_addr_and_type(bd_addr_t address, bd_addr_type_t addr_type){ in sm_get_connection_for_bd_addr_and_type()
|
H A D | gatt_client.h | 215 bd_addr_type_t addr_type; member
|
H A D | gatt_client.c | 3277 …it_connected(btstack_packet_handler_t callback, uint8_t status, bd_addr_type_t addr_type, bd_addr_… in gatt_client_emit_connected() 3324 bd_addr_type_t addr_type = gatt_client->addr_type; in gatt_client_classic_handle_connected() local
|
/btstack/platform/wiced/ |
H A D | le_device_db_wiced_dct.c | 68 uint8_t addr_type; member 199 void le_device_db_info(int device_index, int * addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_info() 233 int le_device_db_add(int addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_add()
|
/btstack/test/le_device_db_tlv/ |
H A D | le_device_db_tlv_test.cpp | 131 int addr_type; in TEST() local 160 int addr_type; in TEST() local 199 int addr_type; in TEST() local
|
/btstack/platform/posix/ |
H A D | le_device_db_fs.c | 52 int addr_type; member 284 int le_device_db_add(int addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_add() 314 void le_device_db_info(int index, int * addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_info()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 97 uint8_t gap_connect(const bd_addr_t addr, bd_addr_type_t addr_type){ in gap_connect() 236 …connection_t * hci_connection_for_bd_addr_and_type(const bd_addr_t addr, bd_addr_type_t addr_type){ in hci_connection_for_bd_addr_and_type()
|
/btstack/example/ |
H A D | sm_pairing_central.c | 257 bd_addr_type_t addr_type; in sm_packet_handler() local
|
H A D | sm_pairing_peripheral.c | 179 bd_addr_type_t addr_type; in sm_packet_handler() local
|
H A D | hog_host_demo.c | 69 bd_addr_type_t addr_type; member
|
H A D | hog_boot_host_demo.c | 63 bd_addr_type_t addr_type; member
|
H A D | le_mitm.c | 74 bd_addr_type_t addr_type; member
|
/btstack/test/gatt_server/ |
H A D | mock.c | 80 uint8_t gap_connect(const bd_addr_t addr, bd_addr_type_t addr_type){ in gap_connect() 256 …connection_t * hci_connection_for_bd_addr_and_type(const bd_addr_t addr, bd_addr_type_t addr_type){ in hci_connection_for_bd_addr_and_type()
|
/btstack/src/ |
H A D | hci.c | 328 create_connection_for_bd_addr_and_type(const bd_addr_t addr, bd_addr_type_t addr_type, hci_role_t r… in create_connection_for_bd_addr_and_type() 427 …onnection_t * hci_connection_for_bd_addr_and_type(const bd_addr_t addr, bd_addr_type_t addr_type){ in hci_connection_for_bd_addr_and_type() 1288 bd_addr_type_t addr_type = conn->address_type; in hci_shutdown_connection() local 1500 void gap_le_get_own_address(uint8_t * addr_type, bd_addr_t addr){ in gap_le_get_own_address() 1506 void gap_le_get_own_advertisements_address(uint8_t * addr_type, bd_addr_t addr){ in gap_le_get_own_advertisements_address() 1511 void gap_le_get_own_advertising_set_address(uint8_t * addr_type, bd_addr_t addr, uint8_t advertisin… in gap_le_get_own_advertising_set_address() 1544 void gap_le_get_own_connection_address(uint8_t * addr_type, bd_addr_t addr){ in gap_le_get_own_connection_address() 3260 bd_addr_type_t addr_type; in handle_command_status_event() local 3385 …bd_addr_type_t addr_type = (bd_addr_type_t) gap_subevent_le_connection_complete_get_peer_address_t… in hci_handle_le_connection_complete_event() local 3662 bd_addr_type_t addr_type; in event_handler() local [all …]
|
/btstack/test/gatt_service_server/ |
H A D | bond_management_service_server_test.cpp | 56 void le_device_db_info(int index, int * addr_type, bd_addr_t addr, sm_key_t irk){ in le_device_db_info()
|
/btstack/test/fuzz/ |
H A D | fuzz_l2cap.c | 35 …connection_t * hci_connection_for_bd_addr_and_type(const bd_addr_t addr, bd_addr_type_t addr_type){ in hci_connection_for_bd_addr_and_type()
|
H A D | fuzz_l2cap_whitebox.c | 36 …connection_t * hci_connection_for_bd_addr_and_type(const bd_addr_t addr, bd_addr_type_t addr_type){ in hci_connection_for_bd_addr_and_type()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 878 bd_addr_type_t addr_type; in btstack_command_handler() local
|