Searched refs:bt_conn_index (Results 1 – 5 of 5) sorted by relevance
147 event_data.conn_handle = bt_conn_index(conn); in connected()182 event_data.conn_handle = bt_conn_index(conn); in le_param_req_cb()197 event_data.conn_handle = bt_conn_index(conn); in le_param_update_cb()208 event_data.conn_handle = bt_conn_index(conn); in security_changed_cb()241 event_data.conn_handle = bt_conn_index(conn); in auth_passkey_display()254 event_data.conn_handle = bt_conn_index(conn); in auth_passkey_confirm()265 event_data.conn_handle = bt_conn_index(conn); in auth_passkey_entry()275 event_data.conn_handle = bt_conn_index(conn); in auth_cancel()285 event_data.conn_handle = bt_conn_index(conn); in auth_pairing_confirm()295 event_data.conn_handle = bt_conn_index(conn); in auth_pairing_complete()[all …]
261 u8_t bt_conn_index(struct bt_conn *conn);
969 return (conn == gatt_ccc_store.conn_list[bt_conn_index(conn)]); in gatt_ccc_conn_is_queued()974 u8_t index = bt_conn_index(conn); in gatt_ccc_conn_unqueue()1617 gatt_ccc_store.conn_list[bt_conn_index(conn)] = in bt_gatt_attr_write_ccc()1737 struct net_buf **buf = &nfy_mult[bt_conn_index(conn)]; in gatt_notify_mult()2240 index = bt_conn_index(conn); in sc_restore()2520 ble_stack_gatt_notify_cb(bt_conn_index(conn), handle, data, length); in bt_gatt_notification()
2765 u8_t bt_conn_index(struct bt_conn *conn) in bt_conn_index() function
1401 acl(buf)->index = bt_conn_index(conn); in hci_acl()
Completed in 29 milliseconds