Home
last modified time | relevance | path

Searched refs:ble_hs_hci_cmd_build_le_create_connection (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs_hci_priv.h138 int ble_hs_hci_cmd_build_le_create_connection(
H A Dble_hs_hci_cmd.c511 ble_hs_hci_cmd_build_le_create_connection(const struct hci_create_conn *hcc, in ble_hs_hci_cmd_build_le_create_connection() function
H A Dble_gap.c3421 rc = ble_hs_hci_cmd_build_le_create_connection(&hcc, buf, sizeof buf); in ble_gap_conn_create_tx()
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/src/
H A Dbletest_hci.c698 rc = ble_hs_hci_cmd_build_le_create_connection(hcc, buf, sizeof buf); in bletest_hci_le_create_connection()