Lines Matching full:handle
107 /** @brief Get connection handle for a connection.
110 * @param conn_handle Place to store the Connection handle.
116 /** @brief Get connection given a connection handle.
121 * @param handle The connection handle
126 struct bt_conn *bt_hci_conn_lookup_handle(uint16_t handle);
128 /** @brief Get advertising handle for an advertising set.
131 * @param adv_handle Place to store the advertising handle.
137 /** @brief Get advertising set given an advertising handle
139 * @param handle The advertising handle
144 struct bt_le_ext_adv *bt_hci_adv_lookup_handle(uint8_t handle);
146 /** @brief Get periodic advertising sync handle.
149 * @param sync_handle Place to store the periodic advertising sync handle.
155 /** @brief Get periodic advertising sync given an periodic advertising sync handle.
157 * @param handle The periodic sync set handle
162 struct bt_le_per_adv_sync *bt_hci_per_adv_sync_lookup_handle(uint16_t handle);