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 D | ble_gap_aci.h | 865 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 D | ble_gap_aci.c | 878 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 D | ble_hci_le.h | 658 tBleStatus hci_le_set_scan_parameters(uint8_t LE_Scan_Type,
|
H A D | ble_types.h | 503 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 D | ble_hci_le.c | 597 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()
|