Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_utils.c313 … 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
342 if (p_error_text) in sdpu_build_n_send_error()
343 ARRAY_TO_BE_STREAM (p_rsp, p_error_text, (int) strlen (p_error_text)); in sdpu_build_n_send_error()
Dsdpint.h283 …sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text);