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 | 2464 *buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY_MULT, in gatt_notify_mult() 2540 buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY, in gatt_notify() 2629 buf = bt_att_create_pdu(conn, op, len); in gatt_req_send() 2706 buf = bt_att_create_pdu(conn, BT_ATT_OP_INDICATE, len); in gatt_indicate() 3075 buf = bt_att_create_pdu(conn, BT_ATT_OP_NOTIFY_MULT, in bt_gatt_notify_multiple() 5099 buf = bt_att_create_pdu(conn, BT_ATT_OP_SIGNED_WRITE_CMD, in bt_gatt_write_without_response_cb() 5102 buf = bt_att_create_pdu(conn, BT_ATT_OP_WRITE_CMD, in bt_gatt_write_without_response_cb()
|
| D | att.c | 3055 struct net_buf *bt_att_create_pdu(struct bt_conn *conn, uint8_t op, size_t len) in bt_att_create_pdu() function
|