mirror of https://github.com/ARMmbed/mbed-os.git
Minor comment fixes
parent
fa2828e4a4
commit
915befde6a
|
@ -14,7 +14,7 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
*
|
||||||
* Component : Bluetooth Serial
|
* Component : Bluetooth PAN Data Manager
|
||||||
* File : cb_bt_pan.h
|
* File : cb_bt_pan.h
|
||||||
*
|
*
|
||||||
* Description : Data management for PAN profile
|
* Description : Data management for PAN profile
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
* app must wait until all responses from an outstanding request have been
|
* app must wait until all responses from an outstanding request have been
|
||||||
* received.
|
* received.
|
||||||
* - In the callback of the request another request can not be done except when
|
* - In the callback of the request another request can not be done except when
|
||||||
* - The request is interrupted by setting the return value to FALSE
|
* the request is interrupted by setting the return value to FALSE
|
||||||
* or when in the last callback which contains an error code.
|
* or when in the last callback which contains an error code.
|
||||||
* - Most of the GATT requests can be interrupted by returning FALSE in the
|
* - Most of the GATT requests can be interrupted by returning FALSE in the
|
||||||
* callback.
|
* callback.
|
||||||
|
|
Loading…
Reference in New Issue