Home
last modified time | relevance | path

Searched refs:CCC_VALUE_NOTIFY (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/ble_host/ble_profiles/
A Dbas.c156 if (bas->conn_handle != 0xFFFF && bas->ccc == CCC_VALUE_NOTIFY) { in bas_level_update()
A Dhrs.c178 if (hrs->conn_handle != 0xFFFF && hrs->mea_ccc == CCC_VALUE_NOTIFY) { in hrs_measure_level_update()
A Duart_client.c101 uint8_t ccc_enable = CCC_VALUE_NOTIFY; in mtu_exchange()
329 uint8_t ccc_enable = CCC_VALUE_NOTIFY; in service_discovery()
A Duart_server.c188 … !length || !uart || uart->conn_handle < 0 || uart->server_data.tx_ccc_value != CCC_VALUE_NOTIFY) { in uart_server_send()
A Dhids.c353 if (hids->protocol_mode == HIDS_REPORT_PROTOCOL_MODE && hids->input_ccc == CCC_VALUE_NOTIFY) { in hids_notify_send()
A Dota_server.c443 if (g_tx_ccc_value != CCC_VALUE_NOTIFY) { in ble_ota_process()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c473 value = CCC_VALUE_NOTIFY; in cmd_gatt_subscribe()
937 if (g_notify_data.notify_type == CCC_VALUE_NOTIFY) { in notify_action()
965 if (test_svc.ccc == CCC_VALUE_NOTIFY) { in event_char_ccc_change()
966 g_notify_data.notify_type = CCC_VALUE_NOTIFY; in event_char_ccc_change()
1348 if (test3_svc.ccc == CCC_VALUE_NOTIFY) { in event3_char_write()
1595 if (test3_svc.ccc == CCC_VALUE_NOTIFY) { in gatt_notification()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c572 value = CCC_VALUE_NOTIFY; in cmd_gatt_subscribe()
961 if (g_notify_data.notify_type == CCC_VALUE_NOTIFY) { in notify_action()
987 if (test_svc.ccc == CCC_VALUE_NOTIFY) { in event_char_ccc_change()
988 g_notify_data.notify_type = CCC_VALUE_NOTIFY; in event_char_ccc_change()
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h31 CCC_VALUE_NOTIFY = 1, enumerator

Completed in 17 milliseconds