Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c76 #define l2cap_lookup_ident(conn, ident) __l2cap_lookup_ident(conn, ident, false) argument
77 #define l2cap_remove_ident(conn, ident) __l2cap_lookup_ident(conn, ident, true) argument
103 static uint8_t ident; in get_ident() local
140 __l2cap_lookup_ident(struct bt_conn *conn, uint16_t ident, bool remove) in __l2cap_lookup_ident()
453 static struct net_buf *l2cap_create_le_sig_pdu(uint8_t code, uint8_t ident, in l2cap_create_le_sig_pdu()
553 uint8_t ident; in l2cap_ecred_conn_req() local
1020 static void l2cap_send_reject(struct bt_conn *conn, uint8_t ident, in l2cap_send_reject()
1054 static void le_conn_param_update_req(struct bt_l2cap *l2cap, uint8_t ident, in le_conn_param_update_req()
1443 static void le_conn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_conn_req()
1525 static void le_ecred_conn_req(struct bt_l2cap *l2cap, uint8_t ident, in le_ecred_conn_req()
[all …]
Dl2cap_internal.h35 uint8_t ident; member
Dsmp.c2064 struct bt_smp_central_ident *ident; in legacy_distribute_keys() local
/Zephyr-latest/modules/canopennode/
DCO_driver_target.h59 uint16_t ident; member
70 uint16_t ident; member
79 uint16_t ident; member
DCO_driver.c305 uint16_t ident, uint16_t mask, bool_t rtr, in CO_CANrxBufferInit()
362 uint16_t ident, bool_t rtr, uint8_t noOfBytes, in CO_CANtxBufferInit()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c262 static uint8_t ident; in l2cap_br_get_ident() local
501 static int l2cap_br_info_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_info_rsp()
602 static int l2cap_br_info_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_info_req()
889 uint16_t dcid, uint8_t ident, uint16_t result) in l2cap_br_send_conn_rsp()
1028 static void l2cap_br_conn_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_conn_req()
1146 static void l2cap_br_conf_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_conf_rsp()
1299 static void l2cap_br_send_reject(struct bt_conn *conn, uint8_t ident, in l2cap_br_send_reject()
1468 static void l2cap_br_conf_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_conf_req()
1653 static void l2cap_br_disconn_req(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_disconn_req()
1758 static void l2cap_br_disconn_rsp(struct bt_l2cap_br *l2cap, uint8_t ident, in l2cap_br_disconn_rsp()
[all …]
Dl2cap_br_internal.h26 uint8_t ident; member
/Zephyr-latest/lib/posix/options/
Dsyslog.c41 void openlog(const char *ident, int option, int facility) in openlog()
/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage.h96 unsigned int ident; /* unique ident of function */ member
/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h247 uint8_t ident; member
297 uint8_t ident; member
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c477 static struct net_buf *l2cap_create_le_sig_pdu(uint8_t code, uint8_t ident, uint16_t len) in l2cap_create_le_sig_pdu()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c505 static struct net_buf *l2cap_create_le_sig_pdu(uint8_t code, uint8_t ident, uint16_t len) in l2cap_create_le_sig_pdu()