Searched refs:ind (Results 1 – 9 of 9) sorted by relevance
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_profiles/smartconfig/smartconfigs/src/ |
D | smartconfig_task.c | 98 … struct ble_smartconfig_notif_config * ind = KE_MSG_ALLOC(SMARTCONFIG_WIFI_STATE_SERVICE_CHANGED, in gattc_write_req_ind_handler() local 103 ind->ntf_en = smartconfig_env->wifi_state_ntf_cfg; in gattc_write_req_ind_handler() 105 ke_msg_send(ind); in gattc_write_req_ind_handler() 131 … struct ble_smartconfig_notif_config * ind = KE_MSG_ALLOC(SMARTCONFIG_TIME_STATE_SERVICE_CHANGED, in gattc_write_req_ind_handler() local 136 ind->ntf_en = smartconfig_env->time_ntf_cfg; in gattc_write_req_ind_handler() 138 ke_msg_send(ind); in gattc_write_req_ind_handler() 144 … struct ble_smartconfig_rx_data_ind * ind = KE_MSG_ALLOC_DYN(SMARTCONFIG_AP_INFO_RECEIVED, in gattc_write_req_ind_handler() local 150 ind->length = param->length; in gattc_write_req_ind_handler() 151 memcpy((uint8_t *)(ind->data), &(param->value), param->length); in gattc_write_req_ind_handler() 153 ke_msg_send(ind); in gattc_write_req_ind_handler() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/iommu/ |
D | sunxi-iommu-debug.c | 535 int ind = SZ_1K * i; in __functional_dma_api_alloc_test() local 536 u8 *p = data + ind; in __functional_dma_api_alloc_test() 644 int ind = (SZ_4K * i) / sizeof(u32); in __functional_dma_api_iova_test() local 645 u32 *p = data + ind; in __functional_dma_api_iova_test() 646 u32 *p1 = (u32 *)iova + ind; in __functional_dma_api_iova_test()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_pm.c | 176 int ind; in BTM_SetPowerMode() local 204 ind = mode - BTM_PM_MD_HOLD; /* make it base 0 */ in BTM_SetPowerMode() 206 if ( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) ) { in BTM_SetPowerMode()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 77 int ind, x; in smp_debug_print_nbyte_little_endian() local 86 ind = 0; in smp_debug_print_nbyte_little_endian() 88 for (int column = 0, x = 0; (ind < len) && (column < col_count); column++, ind++) { in smp_debug_print_nbyte_little_endian() 89 x += sprintf((char *)&p_buf[x], "%02x ", p[ind]); in smp_debug_print_nbyte_little_endian() 106 int ind = 0; 112 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++) { 113 x += sprintf ((char *)&p_buf[len - x - 1], "%02x ", p[ind]);
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_src/ |
D | app.c | 1893 static uint16_t app_gap_bond_callback(uint8_t conidx, struct sonata_gap_bond_ind *ind) in app_gap_bond_callback() argument 1896 switch (ind->info) { in app_gap_bond_callback() 1917 switch (ind->data.auth.info) { in app_gap_bond_callback() 1946 …APP_TRC("APP_CB: %s SONATA_GAP_PAIRING_FAILED,Reason:%02X(X)\r\n", __FUNCTION__, ind->data.reason… in app_gap_bond_callback() 1955 …nded_dev_info.bonded_device_info[bonded_dev_info.current_dev_index].ltk.ltk, ind->data.ltk.ltk.key, in app_gap_bond_callback() 1958 …onded_dev_info.bonded_device_info[bonded_dev_info.current_dev_index].ltk_in, ind->data.ltk.ltk.key, in app_gap_bond_callback() 1969 APP_TRC("%02X ", ind->data.ltk.ltk.key[i]); in app_gap_bond_callback() 1976 …v_info.bonded_device_info[bonded_dev_info.current_dev_index].irk.irk_addr, ind->data.irk.addr.addr… in app_gap_bond_callback() 1978 …nded_dev_info.bonded_device_info[bonded_dev_info.current_dev_index].irk.irk, ind->data.irk.irk.key, in app_gap_bond_callback()
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/ |
D | BUILD.gn | 34 "components/patch/ind",
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
D | usbnet.h | 164 void (*indication)(struct usbnet *dev, void *ind, int indlen);
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
D | sonata_gap_api.h | 1854 uint16_t (*gap_bond)(uint8_t conidx, struct sonata_gap_bond_ind *ind);
|
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
D | rootfs_arm64.cpio.gz |
|