Lines Matching full:must
36 // |size| must be greater than zero. This function returns NULL if the buffer
37 // could not be allocated. The returned buffer must be freed with |buffer_free|
41 // Creates and returns a new L2CAP client object. |callbacks| must not be NULL and
42 // must specify a set of functions that should be called back when events occur
44 // to all callbacks in |l2cap_client_callbacks_t|. The returned object must be freed
56 // This function must not be called while a connect operation is in progress or
57 // while |l2cap_client_is_connected|. |client| and |remote_bdaddr| must not be NULL.
58 // |psm| must be greater than zero.
62 // will indicate completion with a 'disconnected' callback. |client| must not be NULL.
66 // |client| must not be NULL.
71 // accept more data at this time. If this function returns false, the caller must wait