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 D | ble_hci_le.h | 852 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 D | ble_gap_aci.h | 1270 uint8_t *Address_Type, 1296 uint8_t Address_Type,
|
H A D | ble_types.h | 71 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 D | ble_gap_aci.c | 1348 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 D | ble_hci_le.c | 777 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()
|