Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/
H A Dble_gap_aci.h865 tBleStatus aci_gap_start_general_connection_establish_proc(uint8_t LE_Scan_Type,
925 tBleStatus aci_gap_start_selective_connection_establish_proc(uint8_t LE_Scan_Type,
1192 uint8_t LE_Scan_Type,
H A Dble_gap_aci.c878 tBleStatus aci_gap_start_general_connection_establish_proc(uint8_t LE_Scan_Type, in aci_gap_start_general_connection_establish_proc() argument
890 cp0->LE_Scan_Type = htob(LE_Scan_Type, 1); in aci_gap_start_general_connection_establish_proc()
919 tBleStatus aci_gap_start_selective_connection_establish_proc(uint8_t LE_Scan_Type, in aci_gap_start_selective_connection_establish_proc() argument
933 cp0->LE_Scan_Type = htob(LE_Scan_Type, 1); in aci_gap_start_selective_connection_establish_proc()
1202 uint8_t LE_Scan_Type, in aci_gap_start_observation_proc() argument
1216 cp0->LE_Scan_Type = htob(LE_Scan_Type, 1); in aci_gap_start_observation_proc()
H A Dble_hci_le.h658 tBleStatus hci_le_set_scan_parameters(uint8_t LE_Scan_Type,
H A Dble_types.h503 uint8_t LE_Scan_Type;
1410 uint8_t LE_Scan_Type;
1425 uint8_t LE_Scan_Type;
1533 uint8_t LE_Scan_Type;
H A Dble_hci_le.c597 tBleStatus hci_le_set_scan_parameters(uint8_t LE_Scan_Type, in hci_le_set_scan_parameters() argument
608 cp0->LE_Scan_Type = htob(LE_Scan_Type, 1); in hci_le_set_scan_parameters()