pub unsafe extern "C" fn bt_br_get_class_of_device(
cod: *mut u32,
) -> i32Expand description
@brief Get the Class of Device of the local BR/EDR Controller.
@param cod Pointer to where the current Class of Device value will be stored.
@retval 0 on success @retval -EAGAIN if the Bluetooth device is not ready @retval -EINVAL if @p cod is NULL @retval Other negative error codes on failure