| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/ |
| A D | bass_task.c | 79 …_id_t const msgid,struct bass_enable_req const *param,ke_task_id_t const dest_id,ke_task_id_t cons… in bass_enable_req_handler() argument 83 uint8_t state = ke_state_get(dest_id); in bass_enable_req_handler() 93 … struct bass_enable_rsp* rsp = KE_MSG_ALLOC(BASS_ENABLE_RSP, src_id,dest_id, bass_enable_rsp); in bass_enable_req_handler() 103 ke_state_set(dest_id, BASS_BUSY); in bass_enable_req_handler() 130 uint8_t state = ke_state_get(dest_id); in bass_batt_level_upd_req_handler() 142 ke_state_set(dest_id, BASS_BUSY); in bass_batt_level_upd_req_handler() 151 …_batt_level_upd_rsp * rsp = KE_MSG_ALLOC(BASS_BATT_LEVEL_UPD_RSP, src_id,dest_id, bass_batt_level_… in bass_batt_level_upd_req_handler() 179 cfm = KE_MSG_ALLOC(GATTC_ATT_INFO_CFM, src_id, dest_id, gattc_att_info_cfm); in gattc_att_info_req_ind_handler() 253 cfm = KE_MSG_ALLOC(GATTC_WRITE_CFM, src_id, dest_id, gattc_write_cfm); in gattc_write_req_ind_handler() 304 cfm = KE_MSG_ALLOC_DYN(GATTC_READ_CFM, src_id, dest_id, gattc_read_cfm, length); in gattc_read_req_ind_handler() [all …]
|
| A D | app_task.c | 138 ke_task_id_t const dest_id, in appm_adv_timeout_handler() argument 169 ASSERT_ERR(ke_state_get(dest_id) == APPM_INIT); in gapm_device_ready_ind_handler() 195 ke_task_id_t const dest_id, in appm_gapm_cmp_evt_handler() argument 347 ke_task_id_t const dest_id, in gapc_get_dev_info_req_ind_handler() argument 369 src_id, dest_id, in gapc_get_dev_info_req_ind_handler() 431 ke_task_id_t const dest_id, in gapc_set_dev_info_req_ind_handler() argument 460 ke_task_id_t const dest_id, in gapc_connection_req_ind_handler() argument 540 ke_task_id_t const dest_id, in appm_gapc_cmp_evt_handler() argument 566 ke_task_id_t const dest_id, in appm_gapc_param_updated_req_ind_handler() argument 629 uint8_t state = ke_state_get(dest_id); in gapm_profile_added_ind_handler() [all …]
|
| A D | user_task.c | 76 ke_task_id_t const dest_id, in user_enable_req_handler() argument 91 struct user_enable_rsp *rsp = KE_MSG_ALLOC(USER_ENABLE_RSP, src_id, dest_id, user_enable_rsp); in user_enable_req_handler() 111 ke_task_id_t const dest_id, in user_data_notify_req_handler() argument 116 uint8_t state = ke_state_get(dest_id); in user_data_notify_req_handler() 138 user_env->operation->dest_id = src_id; in user_data_notify_req_handler() 154 ke_state_set(dest_id, USER_BUSY); in user_data_notify_req_handler() 179 ke_task_id_t const dest_id, in user_gattc_att_info_req_ind_handler() argument 189 cfm = KE_MSG_ALLOC(GATTC_ATT_INFO_CFM, src_id, dest_id, gattc_att_info_cfm); in user_gattc_att_info_req_ind_handler() 216 ke_task_id_t const dest_id, in user_gattc_write_req_ind_handler() argument 330 ke_task_id_t const dest_id, ke_task_id_t const src_id) in user_gattc_read_req_ind_handler() argument [all …]
|
| A D | app_batt.c | 135 …msgid,struct bass_batt_level_ntf_cfg_ind const *param,ke_task_id_t const dest_id,ke_task_id_t cons… in bass_batt_level_ntf_cfg_ind_handler() argument 140 …nst msgid,struct bass_batt_level_upd_rsp const *param,ke_task_id_t const dest_id,ke_task_id_t cons… in batt_level_upd_handler() argument 158 …flt_handler(ke_msg_id_t const msgid,void const *param,ke_task_id_t const dest_id,ke_task_id_t cons… in app_batt_msg_dflt_handler() argument
|
| A D | app_sec.c | 67 ke_task_id_t const dest_id, in app_sec_msg_dflt_handler() argument 131 …d_t const msgid,struct gapc_bond_req_ind const *param,ke_task_id_t const dest_id,ke_task_id_t cons… in gapc_bond_req_ind_handler() argument 310 …sg_id_t const msgid,struct gapc_bond_ind const *param,ke_task_id_t const dest_id,ke_task_id_t cons… in gapc_bond_ind_handler() argument 375 ke_task_id_t const dest_id, in gapc_encrypt_req_ind_handler() argument 468 ke_task_id_t const dest_id, in gapc_encrypt_ind_handler() argument
|
| A D | user.c | 312 if (user_env->operation->dest_id != prf_src_task_get(&user_env->prf_env, 0)) in user_exe_operation() 316 …= USER_DATA_NTF) ? USER_NOTIFY_RSP : USER_INTV_RSP),user_env->operation->dest_id, prf_src_task_get… in user_exe_operation()
|
| A D | bass.c | 437 …_ALLOC(BASS_ENABLE_RSP, bass_env->operation->src_id,bass_env->operation->dest_id, bass_enable_rsp); in bass_exe_operation() 444 …ASS_BATT_LEVEL_UPD_RSP, bass_env->operation->src_id,bass_env->operation->dest_id, bass_batt_level_… in bass_exe_operation()
|
| A D | app_user.c | 262 ke_task_id_t const dest_id, in app_user_msg_handler() argument
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/ |
| A D | ke_msg.h | 85 ke_task_id_t dest_id; ///< Destination kernel identifier. member 209 void *ke_msg_alloc(ke_msg_id_t const id, ke_task_id_t const dest_id, 243 void ke_msg_send_basic(ke_msg_id_t const id, ke_task_id_t const dest_id, ke_task_id_t const src_id); 257 void ke_msg_forward(void const *param_ptr, ke_task_id_t const dest_id, ke_task_id_t const src_id); 273 … ke_msg_id_t const msg_id, ke_task_id_t const dest_id, ke_task_id_t const src_id);
|
| A D | ke_task.h | 63 ke_task_id_t const dest_id, ke_task_id_t const src_id); 68 … ke_task_id_t const dest_id, \ 191 ke_task_id_t const dest_id, ke_task_id_t const src_id); 206 ke_task_id_t const dest_id, ke_task_id_t const src_id);
|
| A D | attm.h | 215 uint8_t *att_tbl, ke_task_id_t const dest_id, 259 uint8_t *att_tbl, ke_task_id_t const dest_id,
|
| A D | co_utils.h | 91 … ke_task_id_t const dest_id) 95 … ke_task_id_t const dest_id, \
|
| A D | gapc_int.h | 184 ke_task_id_t dest_id);
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/inc/ |
| A D | user.h | 92 uint16_t dest_id; member
|