Home
last modified time | relevance | path

Searched refs:pdu_id (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_utils.c37 BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type) in AVRC_IsValidAvcType() argument
42 switch (pdu_id) { in AVRC_IsValidAvcType()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h145 extern BOOLEAN avrc_is_valid_pdu_id(UINT8 pdu_id);
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_server.c118 UINT8 pdu_id; in sdp_server_handle_client_req() local
126 pdu_id = *p_req++; in sdp_server_handle_client_req()
137 switch (pdu_id) { in sdp_server_handle_client_req()
152 SDP_TRACE_WARNING ("SDP - server got unknown PDU: 0x%x\n", pdu_id); in sdp_server_handle_client_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_api.h634 extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);