Searched defs:interval_us (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 850 int mp_bluetooth_gap_advertise_start(bool connectable, int32_t interval_us, const uint8_t *adv_data… in mp_bluetooth_gap_advertise_start() 1238 int mp_bluetooth_gap_scan_start(int32_t duration_ms, int32_t interval_us, int32_t window_us, bool a… in mp_bluetooth_gap_scan_start()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 794 int mp_bluetooth_gap_advertise_start(bool connectable, int32_t interval_us, const uint8_t *adv_data… in mp_bluetooth_gap_advertise_start() 1136 int mp_bluetooth_gap_scan_start(int32_t duration_ms, int32_t interval_us, int32_t window_us, bool a… in mp_bluetooth_gap_scan_start()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 459 mp_int_t interval_us = mp_obj_get_int(args[ARG_interval_us].u_obj); in bluetooth_ble_gap_advertise() local 652 mp_int_t interval_us = 1280000; in bluetooth_ble_gap_scan() local
|
Completed in 15 milliseconds