Home
last modified time | relevance | path

Searched defs:scan_int (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h297 uint16_t scan_int; member
309 uint16_t scan_int; member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hciblecmds.cc244 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, uint16_t scan_win, in btsnd_hcic_ble_set_scan_params()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_int.h119 uint16_t scan_int; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/hcic/
Dhciblecmds.cc188 void btsnd_hcic_ble_set_scan_params(uint8_t scan_type, uint16_t scan_int, uint16_t scan_win, in btsnd_hcic_ble_set_scan_params()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc1464 void btm_send_hci_set_scan_params(uint8_t scan_type, uint16_t scan_int, uint16_t scan_win, in btm_send_hci_set_scan_params()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c5948 int scan_int = atoi(cmd); in wpa_supplicant_ctrl_iface_scan_interval() local