Searched refs:bt_att_create_pdu (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | att_internal.h | 298 struct net_buf *bt_att_create_pdu(struct bt_conn *conn, uint8_t op,
|
D | gatt.c | 2455 *buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY_MULT, in gatt_notify_mult() 2531 buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY, in gatt_notify() 2620 buf = bt_att_create_pdu(conn, op, len); in gatt_req_send() 2697 buf = bt_att_create_pdu(conn, BT_ATT_OP_INDICATE, len); in gatt_indicate() 3058 buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY_MULT, in bt_gatt_notify_multiple() 5083 buf = bt_att_create_pdu(conn, BT_ATT_OP_SIGNED_WRITE_CMD, in bt_gatt_write_without_response_cb() 5086 buf = bt_att_create_pdu(conn, BT_ATT_OP_WRITE_CMD, in bt_gatt_write_without_response_cb()
|
D | att.c | 3019 struct net_buf *bt_att_create_pdu(struct bt_conn *conn, uint8_t op, size_t len) in bt_att_create_pdu() function
|