Home
last modified time | relevance | path

Searched refs:bt_gatt_complete_func_t (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dproxy_msg.h32 bt_gatt_complete_func_t end, void *user_data);
53 bt_gatt_complete_func_t end, void *user_data);
Dgatt_cli.h25 bt_gatt_complete_func_t end, void *user_data);
Dpb_gatt_srv.c46 bt_gatt_complete_func_t end, void *user_data);
259 bt_gatt_complete_func_t end, void *user_data) in gatt_send()
Dproxy_msg.c149 bt_gatt_complete_func_t end, void *user_data) in bt_mesh_proxy_msg_send()
Dgatt_cli.c162 bt_gatt_complete_func_t end, void *user_data) in bt_mesh_gatt_send()
Dproxy_srv.c57 bt_gatt_complete_func_t end, void *user_data);
1191 bt_gatt_complete_func_t end, void *user_data) in proxy_send()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Datt_internal.h333 typedef void (*bt_gatt_complete_func_t) (struct bt_conn *conn, void *user_data); typedef
334 void bt_att_set_tx_meta_data(struct net_buf *buf, bt_gatt_complete_func_t func, void *user_data,
338 bool bt_att_tx_meta_data_match(const struct net_buf *buf, bt_gatt_complete_func_t func,
Datt.c93 bt_gatt_complete_func_t func;
629 bt_gatt_complete_func_t func = data->func; in chan_req_notif_sent()
4046 void bt_att_set_tx_meta_data(struct net_buf *buf, bt_gatt_complete_func_t func, void *user_data, in bt_att_set_tx_meta_data()
4064 bool bt_att_tx_meta_data_match(const struct net_buf *buf, bt_gatt_complete_func_t func, in bt_att_tx_meta_data_match()
Dgatt.c5044 bt_gatt_complete_func_t func, in bt_gatt_write_without_response_cb()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dgatt.h1084 typedef void (*bt_gatt_complete_func_t) (struct bt_conn *conn, void *user_data); typedef
1104 bt_gatt_complete_func_t func;
1787 bool sign, bt_gatt_complete_func_t func,
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dgatt.c496 bt_gatt_complete_func_t func = NULL; in cmd_write_without_rsp()