Searched refs:attr_data (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 208 const void *attr_data, uint16_t *num_matches, in gatt_foreach_iter() argument 229 if (attr_data && attr_data != attr->user_data) { in gatt_foreach_iter() 246 const struct bt_uuid *uuid, const void *attr_data, in foreach_attr_type_dyndb() argument 267 attr_data, &num_matches, func, in foreach_attr_type_dyndb() 278 const void *attr_data, uint16_t num_matches, in bt_gatt_foreach_attr_type() argument 303 attr_data, &num_matches, in bt_gatt_foreach_attr_type() 315 foreach_attr_type_dyndb(start_handle, end_handle, uuid, attr_data, in bt_gatt_foreach_attr_type()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 657 const void *attr_data, uint16_t num_matches,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 1988 const void *attr_data, uint16_t *num_matches, in gatt_foreach_iter() argument 2009 if (attr_data && attr_data != attr->user_data) { in gatt_foreach_iter() 2026 const void *attr_data, uint16_t num_matches, in foreach_attr_type_dyndb() argument 2050 uuid, attr_data, in foreach_attr_type_dyndb() 2063 const void *attr_data, uint16_t num_matches, in bt_gatt_foreach_attr_type() argument 2086 attr_data, &num_matches, in bt_gatt_foreach_attr_type() 2096 foreach_attr_type_dyndb(start_handle, end_handle, uuid, attr_data, in bt_gatt_foreach_attr_type()
|
D | att.c | 2164 struct bt_attr_data *attr_data; in prep_write_cb() local 2203 attr_data = net_buf_user_data(data->buf); in prep_write_cb() 2204 attr_data->handle = handle; in prep_write_cb() 2205 attr_data->offset = data->offset; in prep_write_cb()
|