Searched refs:bt_gatt_complete_func_t (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | proxy_msg.h | 32 bt_gatt_complete_func_t end, void *user_data); 56 bt_gatt_complete_func_t end, void *user_data);
|
| D | gatt_cli.h | 25 bt_gatt_complete_func_t end, void *user_data);
|
| D | pb_gatt_srv.c | 46 bt_gatt_complete_func_t end, void *user_data); 258 bt_gatt_complete_func_t end, void *user_data) in gatt_send()
|
| D | gatt_cli.c | 162 bt_gatt_complete_func_t end, void *user_data) in bt_mesh_gatt_send()
|
| D | proxy_msg.c | 176 bt_gatt_complete_func_t end, void *user_data) in bt_mesh_proxy_msg_send()
|
| D | proxy_srv.c | 54 bt_gatt_complete_func_t end, void *user_data); 1180 bt_gatt_complete_func_t end, void *user_data) in proxy_send()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | att_internal.h | 335 typedef void (*bt_gatt_complete_func_t) (struct bt_conn *conn, void *user_data); typedef 336 void bt_att_set_tx_meta_data(struct net_buf *buf, bt_gatt_complete_func_t func, void *user_data, 340 bool bt_att_tx_meta_data_match(const struct net_buf *buf, bt_gatt_complete_func_t func,
|
| D | att.c | 94 bt_gatt_complete_func_t func; 652 bt_gatt_complete_func_t func = data->func; in chan_req_notif_sent() 4132 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() 4150 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()
|
| D | gatt.c | 5077 bt_gatt_complete_func_t func, in bt_gatt_write_without_response_cb()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | gatt.h | 1310 typedef void (*bt_gatt_complete_func_t) (struct bt_conn *conn, void *user_data); typedef 1334 bt_gatt_complete_func_t func; 2044 bool sign, bt_gatt_complete_func_t func,
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | gatt.c | 489 bt_gatt_complete_func_t func = NULL; in cmd_write_without_rsp()
|