Home
last modified time | relevance | path

Searched refs:bt_hci_cmd_create (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_api.c291 struct net_buf *bt_hci_cmd_create(u16_t opcode, u8_t param_len) in bt_hci_cmd_create() function
321 buf = bt_hci_cmd_create(opcode, 0); in bt_hci_cmd_send()
357 buf = bt_hci_cmd_create(opcode, 0); in bt_hci_cmd_send_sync()
1091 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in hci_api_le_adv_enable()
1266 buf = bt_hci_cmd_create(BT_HCI_OP_READ_REMOTE_VERSION_INFO, in hci_api_le_read_remote_version()
1313 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CONN_UPDATE, in hci_api_le_conn_updata()
1359 buf = bt_hci_cmd_create(BT_HCI_OP_LE_LTK_REQ_REPLY, in hci_api_le_enctypt_ltk_req_reply()
1666 buf = bt_hci_cmd_create(BT_HCI_OP_LE_WRITE_LE_HOST_SUPP, in hci_api_le_write_host_supp()
1900 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_EXT_SCAN_PARAM, in hci_api_le_ext_scan_param_set()
2009 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RPA_TIMEOUT, in hci_api_le_rpa_timeout_set()
[all …]
A Dhci_core.c321 buf = bt_hci_cmd_create(opcode, 0); in bt_hci_cmd_send()
357 buf = bt_hci_cmd_create(opcode, 0); in bt_hci_cmd_send_sync()
527 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in set_le_adv_enable_legacy()
2900 buf = bt_hci_cmd_create(BT_HCI_OP_HOST_BUFFER_SIZE, in set_flow_control()
4657 buf = bt_hci_cmd_create(BT_HCI_OP_LE_LTK_REQ_REPLY, in le_ltk_reply()
4989 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_EXT_SCAN_PARAM, in start_le_scan_ext()
6377 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_RPA_TIMEOUT, in le_init()
6655 buf = bt_hci_cmd_create(BT_HCI_OP_WRITE_SC_HOST_SUPP, in br_init()
7443 buf = bt_hci_cmd_create(hci_op, sizeof(*set_data)); in hci_set_ad()
7489 buf = bt_hci_cmd_create(hci_op, sizeof(*set_data)); in hci_set_ad_ext()
[all …]
A Dconn.c501 buf = bt_hci_cmd_create(BT_HCI_OP_CONNECT, sizeof(*cp)); in bt_conn_create_br()
558 buf = bt_hci_cmd_create(BT_HCI_OP_SETUP_SYNC_CONN, sizeof(*cp)); in bt_conn_create_sco()
679 buf = bt_hci_cmd_create(BT_HCI_OP_PIN_CODE_NEG_REPLY, sizeof(*cp)); in pin_code_neg_reply()
697 buf = bt_hci_cmd_create(BT_HCI_OP_PIN_CODE_REPLY, sizeof(*cp)); in pin_code_reply()
814 buf = bt_hci_cmd_create(BT_HCI_OP_USER_CONFIRM_REPLY, sizeof(*cp)); in ssp_confirm_reply()
914 buf = bt_hci_cmd_create(BT_HCI_OP_USER_PASSKEY_REPLY, sizeof(*cp)); in ssp_passkey_reply()
952 buf = bt_hci_cmd_create(BT_HCI_OP_CONNECT_CANCEL, sizeof(*cp)); in bt_hci_connect_br_cancel()
981 buf = bt_hci_cmd_create(BT_HCI_OP_AUTH_REQUESTED, sizeof(*auth)); in conn_auth()
1021 buf = bt_hci_cmd_create(BT_HCI_OP_LE_START_ENCRYPTION, sizeof(*cp)); in bt_conn_le_start_encryption()
1066 buf = bt_hci_cmd_create(BT_HCI_OP_READ_ENCRYPTION_KEY_SIZE, in bt_conn_enc_key_size()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c1457 buf = bt_hci_cmd_create(opcode, send_len); in hci_driver_send_cmd_cb()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci.h1781 struct net_buf *bt_hci_cmd_create(u16_t opcode, u8_t param_len);
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c493 buf = bt_hci_cmd_create(BT_OP(ogf, ocf), argc - 3); in cmd_hci_cmd()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c674 buf = bt_hci_cmd_create(BT_OP(ogf, ocf), argc - 3); in cmd_hci_cmd()

Completed in 47 milliseconds