Home
last modified time | relevance | path

Searched refs:Address_Type (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/
H A Dble_hci_le.h852 tBleStatus hci_le_add_device_to_white_list(uint8_t Address_Type,
872 tBleStatus hci_le_remove_device_from_white_list(uint8_t Address_Type,
H A Dble_gap_aci.h1270 uint8_t *Address_Type,
1296 uint8_t Address_Type,
H A Dble_types.h71 uint8_t Address_Type;
226 uint8_t Address_Type;
268 uint8_t Address_Type;
565 uint8_t Address_Type;
576 uint8_t Address_Type;
1592 uint8_t Address_Type;
1602 uint8_t Address_Type;
H A Dble_gap_aci.c1348 uint8_t *Address_Type, in aci_gap_get_oob_data() argument
1374 *Address_Type = btoh(resp.Address_Type, 1); in aci_gap_get_oob_data()
1382 uint8_t Address_Type, in aci_gap_set_oob_data() argument
1395 cp0->Address_Type = htob(Address_Type, 1); in aci_gap_set_oob_data()
H A Dble_hci_le.c777 tBleStatus hci_le_add_device_to_white_list(uint8_t Address_Type, in hci_le_add_device_to_white_list() argument
785 cp0->Address_Type = htob(Address_Type, 1); in hci_le_add_device_to_white_list()
805 tBleStatus hci_le_remove_device_from_white_list(uint8_t Address_Type, in hci_le_remove_device_from_white_list() argument
813 cp0->Address_Type = htob(Address_Type, 1); in hci_le_remove_device_from_white_list()