Home
last modified time | relevance | path

Searched refs:GATT_CHRC_PROP_NOTIFY (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/ble_host/ble_profiles/
A Dhids.c102 …_CHAR_DEFINE(UUID_HIDS_REPORT, GATT_CHRC_PROP_READ | GATT_CHRC_PROP_WRITE | GATT_CHRC_PROP_NOTIFY),
118 GATT_CHAR_DEFINE(UUID_HIDS_BOOT_KB_IN_REPORT, GATT_CHRC_PROP_READ | GATT_CHRC_PROP_NOTIFY),
A Dbas.c25 …VEL_CHAR] = GATT_CHAR_DEFINE(UUID_BAS_BATTERY_LEVEL, GATT_CHRC_PROP_READ | GATT_CHRC_PROP_NOTIFY),
A Dhrs.c34 [HRS_IDX_MEA_CHAR] = GATT_CHAR_DEFINE(UUID_HRS_MEASUREMENT, GATT_CHRC_PROP_NOTIFY),
A Duart_server.c43 …[YOC_UART_IDX_TX_CHAR] = GATT_CHAR_DEFINE(YOC_UART_TX_UUID, GATT_CHRC_PROP_NOTIFY | GATT_CHRC_PRO…
A Dota_server.c107 GATT_CHAR_DEFINE(YOC_OTA_TX_UUID, GATT_CHRC_PROP_NOTIFY | GATT_CHRC_PROP_READ),
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dbt_gatts_adapter.c160 …[g_attr_num++], get_16bits_hex_from_string(char_list->char_uuid), GATT_CHRC_PROP_NOTIFY | get_char… in bt_gatts_adapter_add_service()
170 …[g_attr_num++], get_16bits_hex_from_string(char_list->char_uuid), GATT_CHRC_PROP_NOTIFY | get_char… in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/py_engine/modules/ble/
A Dbt_gatts_adapter.c173 GATT_CHRC_PROP_NOTIFY | in bt_gatts_adapter_add_service()
191 GATT_CHRC_PROP_NOTIFY | in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dbt_gatts_adapter.c160 …[g_attr_num++], get_16bits_hex_from_string(char_list->char_uuid), GATT_CHRC_PROP_NOTIFY | get_char… in bt_gatts_adapter_add_service()
170 …[g_attr_num++], get_16bits_hex_from_string(char_list->char_uuid), GATT_CHRC_PROP_NOTIFY | get_char… in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h114 GATT_CHRC_PROP_NOTIFY = BLE_BIT(4), enumerator
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_stack.c46 …DX_CHAR3] = GATT_CHAR_DEFINE(UUID_VENDOR_CHAR_NOTIFY, GATT_CHRC_PROP_READ | GATT_CHRC_PROP_NOTIFY),
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c115 if (properties & GATT_CHRC_PROP_NOTIFY) { in print_chrc_props()
591 …E | GATT_CHRC_PROP_WRITE_WITHOUT_RESP | GATT_CHRC_PROP_EXT_PROP | GATT_CHRC_PROP_NOTIFY | GATT_CHR…
701 [TEST3_IDX_TX] = GATT_CHAR_DEFINE(TEST3_TX_UUID, GATT_CHRC_PROP_NOTIFY),
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c143 if (properties & GATT_CHRC_PROP_NOTIFY) { in print_chrc_props()
690 …E | GATT_CHRC_PROP_WRITE_WITHOUT_RESP | GATT_CHRC_PROP_EXT_PROP | GATT_CHRC_PROP_NOTIFY | GATT_CHR…

Completed in 18 milliseconds