/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 76 #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 …]
|
D | l2cap_internal.h | 35 uint8_t ident; member
|
D | smp.c | 2064 struct bt_smp_central_ident *ident; in legacy_distribute_keys() local
|
/Zephyr-latest/modules/canopennode/ |
D | CO_driver_target.h | 59 uint16_t ident; member 70 uint16_t ident; member 79 uint16_t ident; member
|
D | CO_driver.c | 305 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/ |
D | l2cap_br.c | 262 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 …]
|
D | l2cap_br_internal.h | 26 uint8_t ident; member
|
/Zephyr-latest/lib/posix/options/ |
D | syslog.c | 41 void openlog(const char *ident, int option, int facility) in openlog()
|
/Zephyr-latest/subsys/testsuite/coverage/ |
D | coverage.h | 96 unsigned int ident; /* unique ident of function */ member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 247 uint8_t ident; member 297 uint8_t ident; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 477 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/ |
D | tester.c | 505 static struct net_buf *l2cap_create_le_sig_pdu(uint8_t code, uint8_t ident, uint16_t len) in l2cap_create_le_sig_pdu()
|