Home
last modified time | relevance | path

Searched refs:p_error_text (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c305 … sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text) in sdpu_build_n_send_error() argument
333 if (p_error_text) { in sdpu_build_n_send_error()
334 ARRAY_TO_BE_STREAM (p_rsp, p_error_text, (int) strlen (p_error_text)); in sdpu_build_n_send_error()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h274 …sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text);