Searched defs:supervision_timeout (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ble_host/include/ |
A D | hci_api.h | 221 uint16_t supervision_timeout; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/ |
A D | bt_config_peripheral_app.c | 226 uint16_t supervision_timeout = 500; in bt_config_app_handle_conn_state_evt() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/ |
A D | ble_central_at_cmd.c | 156 u16 supervision_timeout = hex_str_to_int(strlen(argv[5]), argv[5]); in ble_central_at_cmd_update_conn_request() local
|
A D | user_cmd.c | 98 uint16_t supervision_timeout = p_parse_value->dw_param[4]; in cmd_conupdreq() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/gap/ |
A D | gap_callback_le.h | 172 uint16_t supervision_timeout; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 325 …uint16_t supervision_timeout = hci_subevent_le_connection_update_complete_get_supervision_timeout(… in btstack_packet_handler() local 1276 uint16_t supervision_timeout = duration_ms / 10; // default = 720 in mp_bluetooth_gap_peripheral_connect() local
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_api.c | 1189 uint16_t supervision_timeout, in hci_api_le_create_conn() 1306 uint16_t supervision_timeout, in hci_api_le_conn_updata()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 1177 …t conn_handle, uint16_t conn_interval, uint16_t conn_latency, uint16_t supervision_timeout, uint16… in mp_bluetooth_gap_on_connection_update() 1403 …t conn_handle, uint16_t conn_interval, uint16_t conn_latency, uint16_t supervision_timeout, uint16… in mp_bluetooth_gap_on_connection_update()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci.h | 718 u16_t supervision_timeout; member 749 u16_t supervision_timeout; member 1181 u16_t supervision_timeout; member
|
Completed in 30 milliseconds