Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs.c43 uint16_t optional_opcodes; member
74 uint16_t optional_opcodes; member
982 if ((inst->optional_opcodes & BT_TBS_FEATURE_HOLD) == 0) { in tbs_hold_call()
1008 if ((inst->optional_opcodes & BT_TBS_FEATURE_HOLD) == 0) { in retrieve_call()
1101 if ((inst->optional_opcodes & BT_TBS_FEATURE_JOIN) == 0) { in join_calls()
1464 uint16_t optional_opcodes; in read_optional_opcodes() local
1467 optional_opcodes = gtbs_inst.optional_opcodes; in read_optional_opcodes()
1468 LOG_DBG("GTBS: Supported opcodes 0x%02x", optional_opcodes); in read_optional_opcodes()
1472 optional_opcodes = inst->optional_opcodes; in read_optional_opcodes()
1473 LOG_DBG("Index %u: Supported opcodes 0x%02x", inst->index, optional_opcodes); in read_optional_opcodes()
[all …]
Dtbs_client.c1277 uint16_t optional_opcodes = 0; in read_optional_opcodes_cb() local
1285 if (length == sizeof(optional_opcodes)) { in read_optional_opcodes_cb()
1286 (void)memcpy(&optional_opcodes, data, length); in read_optional_opcodes_cb()
1287 LOG_DBG("0x%04x", optional_opcodes); in read_optional_opcodes_cb()
1297 tbs_client_cbs->optional_opcodes != NULL) { in read_optional_opcodes_cb()
1298 tbs_client_cbs->optional_opcodes(conn, cb_err, inst_index, optional_opcodes); in read_optional_opcodes_cb()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dtbs.h507 bt_tbs_client_read_value_cb optional_opcodes; member