Home
last modified time | relevance | path

Searched refs:gatt_write_buf (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c420 static uint8_t gatt_write_buf[BT_ATT_MAX_ATTRIBUTE_LEN]; variable
449 gatt_write_buf, sizeof(gatt_write_buf)); in cmd_write()
455 write_params.data = gatt_write_buf; in cmd_write()
505 gatt_write_buf[0] = strtoul(argv[2], NULL, 16); in cmd_write_without_rsp()
511 len = MIN(strtoul(argv[3], NULL, 16), sizeof(gatt_write_buf)); in cmd_write_without_rsp()
514 gatt_write_buf[i] = gatt_write_buf[0]; in cmd_write_without_rsp()
531 gatt_write_buf, len, in cmd_write_without_rsp()
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c78 uint8_t gatt_write_buf[1]; member
567 client->gatt_write_buf[0] = lock ? BT_CSIP_LOCK_VALUE : BT_CSIP_RELEASE_VALUE; in csip_set_coordinator_write_set_lock()
568 client->write_params.data = client->gatt_write_buf; in csip_set_coordinator_write_set_lock()