Lines Matching full:characteristic
44 * Category characteristic has completed.
65 * Control Point characteristic has completed.
82 * for the ANS Unread Alert Status characteristic has completed.
99 * 1. Reads the ANS Supported New Alert Category characteristic.
100 * 2. Writes the ANS Alert Notification Control Point characteristic.
102 * characteristic.
104 * If the peer does not support a required service, characteristic, or
117 /* Read the supported-new-alert-category characteristic. */ in blecent_read_write_subscribe()
123 "Alert Category characteristic\n"); in blecent_read_write_subscribe()
130 MODLOG_DFLT(ERROR, "Error: Failed to read characteristic; rc=%d\n", in blecent_read_write_subscribe()
136 * characteristic. in blecent_read_write_subscribe()
143 "Notification Control Point characteristic\n"); in blecent_read_write_subscribe()
152 MODLOG_DFLT(ERROR, "Error: Failed to write characteristic; rc=%d\n", in blecent_read_write_subscribe()
156 /* Subscribe to notifications for the Unread Alert Status characteristic. in blecent_read_write_subscribe()
158 * characteristic's client-characteristic-configuration-descriptor (CCCD). in blecent_read_write_subscribe()
166 "Status characteristic\n"); in blecent_read_write_subscribe()
175 MODLOG_DFLT(ERROR, "Error: Failed to subscribe to characteristic; " in blecent_read_write_subscribe()