Home
last modified time | relevance | path

Searched refs:cp_type_value (Results 1 – 8 of 8) sorted by relevance

/btstack/src/classic/
H A Davdtp_sink.c75 …t_protection_category(uint8_t seid, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty… in avdtp_sink_register_content_protection_category() argument
77 …avdtp_register_content_protection_category(stream_endpoint, cp_type, cp_type_value, cp_type_value_… in avdtp_sink_register_content_protection_category()
H A Davdtp_source.c77 …t_protection_category(uint8_t seid, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty… in avdtp_source_register_content_protection_category() argument
79 …avdtp_register_content_protection_category(stream_endpoint, cp_type, cp_type_value, cp_type_value_… in avdtp_source_register_content_protection_category()
H A Davdtp_sink.h80 …t_protection_category(uint8_t seid, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty…
H A Davdtp_source.h90 …t_protection_category(uint8_t seid, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty…
H A Davdtp.h228 uint8_t cp_type_value[AVDTP_MAX_CONTENT_PROTECTION_TYPE_VALUE_LEN]; member
673 …tream_endpoint_t * stream_endpoint, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty…
H A Davdtp.c438 …tream_endpoint_t * stream_endpoint, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty… in avdtp_register_content_protection_category() argument
446 (void)memcpy(stream_endpoint->sep.capabilities.content_protection.cp_type_value, in avdtp_register_content_protection_category()
447 cp_type_value, in avdtp_register_content_protection_category()
H A Davdtp_util.c270 (void)memcpy(buffer + pos, caps.content_protection.cp_type_value, in avdtp_pack_service_capabilities()
886 …(void)memcpy(event + pos, content_protection->cp_type_value, content_protection->cp_type_value_len… in avdtp_signaling_emit_content_protection_capability()
/btstack/test/avdtp_util/
H A Davdtp_util_test.cpp102 caps.content_protection.cp_type_value[i] = i; in TEST_GROUP()