Lines Matching +full:message +full:- +full:objects
4 * SPDX-License-Identifier: Apache-2.0
54 /* Zephyr Kernel Objects */
65 /* OpenThread Objects */
69 /* BLE service Objects */
86 /* Zephyr BLE Objects */
115 /* Zephyr BLE Message Queue and Thread */
170 * Re-write all members. in ot_plat_ble_thread()
191 LOG_DBG("Received data, handle %" PRIu16 ", len %" PRIu16, attr->handle, len); in on_receive()
196 LOG_WRN("Error queuing message: %s", otThreadErrorToString(error)); in on_receive()
224 LOG_WRN("Error queuing message: %s", otThreadErrorToString(error)); in on_cccd_changed()
251 .data = aPacket->mValue, in otPlatBleGattServerIndicate()
252 .len = aPacket->mLength, in otPlatBleGattServerIndicate()
255 LOG_DBG("Send data, handle %d, len %d", attr->handle, aPacket->mLength); in otPlatBleGattServerIndicate()
351 LOG_WRN("Error queuing message: %s", otThreadErrorToString(error)); in disconnected()
400 aBleLinkCapabilities->mGattNotifications = 1; in otPlatBleGetLinkCapabilities()
401 aBleLinkCapabilities->mL2CapDirect = 0; in otPlatBleGetLinkCapabilities()
402 aBleLinkCapabilities->mRsv = 0; in otPlatBleGetLinkCapabilities()
443 if (err != 0 && err != -EALREADY) { in otPlatBleGapAdvStart()
459 if (err != 0 && err != -EALREADY) { in otPlatBleGapAdvStop()
475 if (err != 0 && err != -EALREADY) { in otPlatBleEnable()
478 } else if (err == -EALREADY) { in otPlatBleEnable()