Lines Matching full:function
43 * MTU is being queried. This function takes a net_buf parameter because some
58 * using regular memcpy function (e.g., the BLE transport net_buf user_data
73 * This function frees net_buf user data, because some transports store
82 * @brief Function for checking if queued data is still valid.
84 * This function is used to check if queued SMP data is still valid e.g. on a remote device
88 * @param arg Argument provided when calling smp_rx_remove_invalid() function.
95 * @brief Function pointers of SMP transport functions, if a handler is NULL then it is not
99 /** Transport's send function. */
102 /** Transport's get-MTU function. */
105 /** Transport buffer user_data copy function. */
108 /** Transport buffer user_data free function. */
111 /** Transport's check function for if a query is valid. */
125 /* Function pointers */
180 * smp_transport_query_valid_check_fn() function must be registered for this to
181 * function. If the smp_transport_query_valid_check_fn() function returns false
185 * @param arg Argument provided to callback smp_transport_query_valid_check_fn() function.