Home
last modified time | relevance | path

Searched defs:ind (Results 1 – 5 of 5) sorted by relevance

/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_profiles/smartconfig/smartconfigs/src/
Dsmartconfig_task.c98 … struct ble_smartconfig_notif_config * ind = KE_MSG_ALLOC(SMARTCONFIG_WIFI_STATE_SERVICE_CHANGED, in gattc_write_req_ind_handler() local
131 … struct ble_smartconfig_notif_config * ind = KE_MSG_ALLOC(SMARTCONFIG_TIME_STATE_SERVICE_CHANGED, in gattc_write_req_ind_handler() local
144 … struct ble_smartconfig_rx_data_ind * ind = KE_MSG_ALLOC_DYN(SMARTCONFIG_AP_INFO_RECEIVED, in gattc_write_req_ind_handler() local
158 … struct ble_smartconfig_rx_data_ind * ind = KE_MSG_ALLOC_DYN(SMARTCONFIG_TIME_INFO_RECEIVED, in gattc_write_req_ind_handler() local
202 struct ble_smartconfig_data_sent_ind * ind = KE_MSG_ALLOC(SMARTCONFIG_TIME_STATE_SENT, in gattc_cmp_evt_handler() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/iommu/
Dsunxi-iommu-debug.c535 int ind = SZ_1K * i; in __functional_dma_api_alloc_test() local
644 int ind = (SZ_4K * i) / sizeof(u32); in __functional_dma_api_iova_test() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c176 int ind; in BTM_SetPowerMode() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c77 int ind, x; in smp_debug_print_nbyte_little_endian() local
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/
Dapp.c1893 static uint16_t app_gap_bond_callback(uint8_t conidx, struct sonata_gap_bond_ind *ind) in app_gap_bond_callback()