Searched refs:GATT_CHRC_PROP_NOTIFY (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | hids.c | 102 …_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 D | bas.c | 25 …VEL_CHAR] = GATT_CHAR_DEFINE(UUID_BAS_BATTERY_LEVEL, GATT_CHRC_PROP_READ | GATT_CHRC_PROP_NOTIFY),
|
A D | hrs.c | 34 [HRS_IDX_MEA_CHAR] = GATT_CHAR_DEFINE(UUID_HRS_MEASUREMENT, GATT_CHRC_PROP_NOTIFY),
|
A D | uart_server.c | 43 …[YOC_UART_IDX_TX_CHAR] = GATT_CHAR_DEFINE(YOC_UART_TX_UUID, GATT_CHRC_PROP_NOTIFY | GATT_CHRC_PRO…
|
A D | ota_server.c | 107 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 D | bt_gatts_adapter.c | 160 …[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 D | bt_gatts_adapter.c | 173 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 D | bt_gatts_adapter.c | 160 …[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 D | gatt.h | 114 GATT_CHRC_PROP_NOTIFY = BLE_BIT(4), enumerator
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | blecfg_stack.c | 46 …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 D | gatt.c | 115 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 D | gatt.c | 143 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