Searched refs:BT_ATT_MAX_ATTRIBUTE_LEN (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | att.h | 95 #define BT_ATT_MAX_ATTRIBUTE_LEN 512 macro
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/ |
D | main.c | 66 __ASSERT(buf_len < (BT_ATT_MAX_ATTRIBUTE_LEN / 2), in read_mtu_validation_chrc() 144 NET_BUF_SIMPLE_DEFINE(attr_value_buf, BT_ATT_MAX_ATTRIBUTE_LEN); in test_long_read()
|
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 359 static uint8_t data[BT_ATT_MAX_ATTRIBUTE_LEN] = {0, }; in write_cmd() 365 if (data_len_max > BT_ATT_MAX_ATTRIBUTE_LEN) { in write_cmd() 366 data_len_max = BT_ATT_MAX_ATTRIBUTE_LEN; in write_cmd()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_internal.h | 305 #define BT_TBS_CLIENT_INST_READ_BUF_SIZE (BT_ATT_MAX_ATTRIBUTE_LEN + 1 /* NULL terminator*/) 311 MIN(BT_ATT_MAX_ATTRIBUTE_LEN, \
|
D | vocs_client.c | 90 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in vocs_client_notify_handler() 309 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in vocs_client_read_output_desc_cb()
|
D | aics_client.c | 104 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in aics_client_notify_handler() 498 char desc[MIN(BT_L2CAP_RX_MTU, BT_ATT_MAX_ATTRIBUTE_LEN) + 1]; in aics_client_read_desc_cb()
|
D | pacs.c | 117 NET_BUF_SIMPLE_DEFINE_STATIC(read_buf, BT_ATT_MAX_ATTRIBUTE_LEN);
|
D | bap_broadcast_assistant.c | 112 #define ATT_BUF_SIZE BT_ATT_MAX_ATTRIBUTE_LEN
|
D | bap_scan_delegator.c | 55 NET_BUF_SIMPLE_DEFINE_STATIC(read_buf, BT_ATT_MAX_ATTRIBUTE_LEN);
|
D | tbs.c | 108 MAX(BT_ATT_MAX_ATTRIBUTE_LEN, \
|
D | ascs.c | 104 MIN(BT_ATT_MAX_ATTRIBUTE_LEN, \
|
D | bap_unicast_client.c | 134 uint8_t att_buf[BT_ATT_MAX_ATTRIBUTE_LEN];
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/ |
D | client.c | 90 NET_BUF_SIMPLE_DEFINE(attr_value_buf, BT_ATT_MAX_ATTRIBUTE_LEN); in client_procedure()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 420 static uint8_t gatt_write_buf[BT_ATT_MAX_ATTRIBUTE_LEN]; 968 static char data[BT_ATT_MAX_ATTRIBUTE_LEN]; in cmd_notify() 986 if ((arg_data_len / 2) > BT_ATT_MAX_ATTRIBUTE_LEN) { in cmd_notify() 1092 static uint8_t met_char_value[BT_ATT_MAX_ATTRIBUTE_LEN] = { 1101 value_len = MIN(strlen(value), BT_ATT_MAX_ATTRIBUTE_LEN); in read_met()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/ |
D | main.c | 230 NET_BUF_SIMPLE_DEFINE(buf, BT_ATT_MAX_ATTRIBUTE_LEN); in gatt_read()
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | att_read.c | 57 if (*ctx->result_size > BT_ATT_MAX_ATTRIBUTE_LEN) { in att_read_cb()
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | dis.c | 317 bool valid = BT_ATT_MAX_ATTRIBUTE_LEN >= without_old + DIS_STR_SIZE(new); in dis_update_udi_value()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | att.c | 2396 MIN(BT_ATT_MAX_ATTRIBUTE_LEN, in att_exec_write_rsp()
|