Home
last modified time | relevance | path

Searched refs:BT_ATT_MAX_ATTRIBUTE_LEN (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Datt.h95 #define BT_ATT_MAX_ATTRIBUTE_LEN 512 macro
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c66 __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/
Dgatt_write_common.c359 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/
Dtbs_internal.h305 #define BT_TBS_CLIENT_INST_READ_BUF_SIZE (BT_ATT_MAX_ATTRIBUTE_LEN + 1 /* NULL terminator*/)
311 MIN(BT_ATT_MAX_ATTRIBUTE_LEN, \
Dvocs_client.c90 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()
Daics_client.c104 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()
Dpacs.c117 NET_BUF_SIMPLE_DEFINE_STATIC(read_buf, BT_ATT_MAX_ATTRIBUTE_LEN);
Dbap_broadcast_assistant.c112 #define ATT_BUF_SIZE BT_ATT_MAX_ATTRIBUTE_LEN
Dbap_scan_delegator.c55 NET_BUF_SIMPLE_DEFINE_STATIC(read_buf, BT_ATT_MAX_ATTRIBUTE_LEN);
Dtbs.c108 MAX(BT_ATT_MAX_ATTRIBUTE_LEN, \
Dascs.c104 MIN(BT_ATT_MAX_ATTRIBUTE_LEN, \
Dbap_unicast_client.c134 uint8_t att_buf[BT_ATT_MAX_ATTRIBUTE_LEN];
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/
Dclient.c90 NET_BUF_SIMPLE_DEFINE(attr_value_buf, BT_ATT_MAX_ATTRIBUTE_LEN); in client_procedure()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c420 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/
Dmain.c230 NET_BUF_SIMPLE_DEFINE(buf, BT_ATT_MAX_ATTRIBUTE_LEN); in gatt_read()
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Datt_read.c57 if (*ctx->result_size > BT_ATT_MAX_ATTRIBUTE_LEN) { in att_read_cb()
/Zephyr-latest/subsys/bluetooth/services/
Ddis.c317 bool valid = BT_ATT_MAX_ATTRIBUTE_LEN >= without_old + DIS_STR_SIZE(new); in dis_update_udi_value()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c2396 MIN(BT_ATT_MAX_ATTRIBUTE_LEN, in att_exec_write_rsp()