Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c1196 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CREATE_CONN, sizeof(*cp)); in hci_api_le_create_conn()
1217 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CREATE_CONN, buf, NULL); in hci_api_le_create_conn()
A Dhci_core.c1786 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CREATE_CONN, sizeof(*cp)); in bt_le_create_conn_legacy()
1824 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CREATE_CONN, buf, NULL); in bt_le_create_conn_legacy()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h704 #define BT_HCI_OP_LE_CREATE_CONN BT_OP(BT_OGF_LE, 0x000d) macro

Completed in 31 milliseconds