Home
last modified time | relevance | path

Searched refs:ble_stack_gatt_notificate (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/ble_host/ble_profiles/
A Dota_server.c431 …return ble_stack_gatt_notificate(g_conn_hanlde, g_yoc_ota_handle + YOC_OTA_IDX_TX_VAL, send_buf, s… in ota_request()
456ble_stack_gatt_notificate(g_conn_hanlde, g_yoc_ota_handle + YOC_OTA_IDX_TX_VAL, send_buf, sizeof(s… in ble_ota_process()
511ble_stack_gatt_notificate(g_conn_hanlde, g_yoc_ota_handle + YOC_OTA_IDX_TX_VAL, send_buf, sizeof(s… in ble_ota_process()
A Dhids.c354ble_stack_gatt_notificate(hids->conn_handle, hids->svc_handle + HIDS_IDX_REPORT_INPUT_VAL, key_cod… in hids_notify_send()
367ble_stack_gatt_notificate(hids->conn_handle, hids->svc_handle + HIDS_IDX_REPORT_INPUT_VAL, key_cod… in hids_key_send()
A Dbas.c157 return ble_stack_gatt_notificate(bas->conn_handle, in bas_level_update()
A Dhrs.c180 return ble_stack_gatt_notificate(hrs->conn_handle, in hrs_measure_level_update()
A Duart_server.c198 …ret = ble_stack_gatt_notificate(uart->conn_handle, uart->uart_svc_handle + YOC_UART_IDX_TX_VAL, (u… in uart_server_send()
/AliOS-Things-master/components/ble_host/
A DREADME.md85 | ble_stack_gatt_notificate | GATT server,属性notificate方式上报 |
231 ### ble_stack_gatt_notificate subsection
234 int ble_stack_gatt_notificate(int16_t conn_handle, uint16_t char_handle, const uint8_t *data, uint1…
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h347 int ble_stack_gatt_notificate(int16_t conn_handle, uint16_t char_handle, const uint8_t *data, uint1…
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_stack.c452 …ret = ble_stack_gatt_notificate(netCfg_info->conn_handle, netCfg_info->gatt_svc_handle + BLE_NETCF… in BleCfg_notificate()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dbt_gatts_adapter.c249 ble_stack_gatt_notificate(*conn_handle, g_attrs_list[ii].handle, data, len); in bt_gatts_adapter_update_chars()
/AliOS-Things-master/components/py_engine/modules/ble/
A Dbt_gatts_adapter.c323 ble_stack_gatt_notificate( in bt_gatts_adapter_update_chars()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dbt_gatts_adapter.c280 ble_stack_gatt_notificate(*conn_handle, g_attrs_list[index].handle, data, len); in bt_gatts_adapter_update_chars()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c938 ble_stack_gatt_notificate(g_bt_conn_handle, g_notify_data.notify_handle, data, 2); in notify_action()
1349 …ret = ble_stack_gatt_notificate(test3_svc.conn_handle, test3_svc.svc_handle + TEST3_IDX_TX_VAL, te… in event3_char_write()
1596 …ret = ble_stack_gatt_notificate(test3_svc.conn_handle, test3_svc.svc_handle + TEST3_IDX_TX_VAL, da… in gatt_notification()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c962 ble_stack_gatt_notificate(g_bt_conn_handle, g_notify_data.notify_handle, data, 2); in notify_action()
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c805 int ble_stack_gatt_notificate(int16_t conn_handle, uint16_t char_handle, const uint8_t *data, uint1… in ble_stack_gatt_notificate() function

Completed in 22 milliseconds