Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_SET_SCAN_PARAM (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c447 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_SCAN_PARAM, sizeof(set_param)); in hci_api_le_scan_param_set()
455 bt_hci_cmd_send(BT_HCI_OP_LE_SET_SCAN_PARAM, buf); in hci_api_le_scan_param_set()
A Dhci_core.c5120 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_SCAN_PARAM, sizeof(set_param)); in start_le_scan_legacy()
5127 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_SCAN_PARAM, buf, NULL); in start_le_scan_legacy()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h676 #define BT_HCI_OP_LE_SET_SCAN_PARAM BT_OP(BT_OGF_LE, 0x000b) macro

Completed in 29 milliseconds