* Function sdp_disconnect * Description This function disconnects a connection. * Returns void
* Function sdpu_build_n_send_error * Description This function builds and sends an error packet. * Returns void
* Function sdpu_release_ccb * Description This function releases a CCB. * Returns void
* Function sdp_disc_connected * Description This function is called when an SDP discovery attempt is * connected. * Returns void
* Function save_attr_seq * Description This function is called when there is a response from * the server. * Returns pointer to next byte or NULL if error
* Function process_service_search_attr_rsp * Description This function is called when there is a search attribute * response from the server. * Returns void
* Function process_service_attr_rsp * Description This function is called when there is a attribute response from * the server. * Returns void
* Function sdp_conn_timeout * Description This function processes a timeout. Currently, we simply send * a disconnect request to L2CAP. * Returns void
* Function sdp_server_handle_client_req * Description This is the main dispatcher of the SDP server. It is called * when any data is received from L2CAP, and dispatches the * request to the appropriate handler. * Returns void
* Function sdp_disc_server_rsp * Description This function is called when there is a response from * the server. * Returns void
* Function sdp_snd_service_search_req * Description Send a service search request to the SDP server. * Returns void
* Function process_service_search_rsp * Description This function is called when there is a search response from * the server. * Returns void
* Function process_service_search * Description This function handles a service search request from the * client. It builds a reply message with info from the database, * and sends the reply back to the client. * Returns void
* Function process_service_search_attr_req * Description This function handles a combined service search and attribute * read request from the client. It builds a reply message with * info from the database, and sends the reply back to the client. * Returns void
* Function process_service_attr_req * Description This function handles an attribute request from the client. * It builds a reply message with info from the database, * and sends the reply back to the client. * Returns void