Searched refs:cp_type_value (Results 1 – 8 of 8) sorted by relevance
/btstack/src/classic/ |
H A D | avdtp_sink.c | 75 …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 D | avdtp_source.c | 77 …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 D | avdtp_sink.h | 80 …t_protection_category(uint8_t seid, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty…
|
H A D | avdtp_source.h | 90 …t_protection_category(uint8_t seid, uint16_t cp_type, const uint8_t * cp_type_value, uint8_t cp_ty…
|
H A D | avdtp.h | 228 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 D | avdtp.c | 438 …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 D | avdtp_util.c | 270 (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 D | avdtp_util_test.cpp | 102 caps.content_protection.cp_type_value[i] = i; in TEST_GROUP()
|