Home
last modified time | relevance | path

Searched refs:BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_oacp_internal.h26 BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC = 0x03, enumerator
Dots_oacp.c345 case BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC: in oacp_proc_validate()
399 case BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC: in oacp_command_decode()
652 if (oacp_proc.type == BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC) { in oacp_ind_send()
Dots_client.c401 if (req_opcode == BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC) { in oacp_ind_handler()
1338 net_buf_simple_add_u8(&otc_tx_buf, BT_GATT_OTS_OACP_PROC_CHECKSUM_CALC); in oacp_checksum()