Home
last modified time | relevance | path

Searched refs:msgid (Results 1 – 10 of 10) sorted by relevance

/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/
A Dapp_task.c93 ke_msg_id_t msgid, in appm_get_handler() argument
105 if ((handler.id == msgid) || in appm_get_handler()
136 static int appm_adv_timeout_handler(ke_msg_id_t const msgid, in appm_adv_timeout_handler() argument
193 static int appm_gapm_cmp_evt_handler(ke_msg_id_t const msgid, in appm_gapm_cmp_evt_handler() argument
538 static int appm_gapc_cmp_evt_handler(ke_msg_id_t const msgid, in appm_gapc_cmp_evt_handler() argument
671 static int appm_msg_handler(ke_msg_id_t const msgid, in appm_msg_handler() argument
677 ke_task_id_t src_task_id = MSG_T(msgid); in appm_msg_handler()
686 if ((msgid >= GAPC_BOND_CMD) && in appm_msg_handler()
687 (msgid <= GAPC_SECURITY_IND)) in appm_msg_handler()
763 if (msgid == APP_HT_MEAS_INTV_TIMER) in appm_msg_handler()
[all …]
A Dbass_task.c79 static int bass_enable_req_handler(ke_msg_id_t const msgid,struct bass_enable_req const *param,ke_t… in bass_enable_req_handler() argument
125 static int bass_batt_level_upd_req_handler(ke_msg_id_t const msgid,struct bass_batt_level_upd_req c… in bass_batt_level_upd_req_handler() argument
171 static int gattc_att_info_req_ind_handler(ke_msg_id_t const msgid,struct gattc_att_info_req_ind *pa… in gattc_att_info_req_ind_handler() argument
212 static int gattc_write_req_ind_handler(ke_msg_id_t const msgid, struct gattc_write_req_ind const *p… in gattc_write_req_ind_handler() argument
271 static int gattc_read_req_ind_handler(ke_msg_id_t const msgid, struct gattc_read_req_ind const *par… in gattc_read_req_ind_handler() argument
347 static int gattc_cmp_evt_handler(ke_msg_id_t const msgid, struct gattc_cmp_evt const *param,ke_tas… in gattc_cmp_evt_handler() argument
A Duser_task.c74 static int user_enable_req_handler(ke_msg_id_t const msgid, in user_enable_req_handler() argument
109 static int user_data_notify_req_handler(ke_msg_id_t const msgid, in user_data_notify_req_handler() argument
177 static int user_gattc_att_info_req_ind_handler(ke_msg_id_t const msgid, in user_gattc_att_info_req_ind_handler() argument
214 static int user_gattc_write_req_ind_handler(ke_msg_id_t const msgid, in user_gattc_write_req_ind_handler() argument
329 static int user_gattc_read_req_ind_handler(ke_msg_id_t const msgid, struct gattc_read_req_ind const… in user_gattc_read_req_ind_handler() argument
398 static int user_gattc_cmp_evt_handler(ke_msg_id_t const msgid, struct gattc_cmp_evt const *param, in user_gattc_cmp_evt_handler() argument
A Dapp_batt.c135 static int bass_batt_level_ntf_cfg_ind_handler(ke_msg_id_t const msgid,struct bass_batt_level_ntf_c… in bass_batt_level_ntf_cfg_ind_handler() argument
140 static int batt_level_upd_handler(ke_msg_id_t const msgid,struct bass_batt_level_upd_rsp const *par… in batt_level_upd_handler() argument
158 static int app_batt_msg_dflt_handler(ke_msg_id_t const msgid,void const *param,ke_task_id_t const d… in app_batt_msg_dflt_handler() argument
A Dapp_sec.c65 static int app_sec_msg_dflt_handler(ke_msg_id_t const msgid, in app_sec_msg_dflt_handler() argument
131 static int gapc_bond_req_ind_handler(ke_msg_id_t const msgid,struct gapc_bond_req_ind const *param,… in gapc_bond_req_ind_handler() argument
310 static int gapc_bond_ind_handler(ke_msg_id_t const msgid,struct gapc_bond_ind const *param,ke_task_… in gapc_bond_ind_handler() argument
373 static int gapc_encrypt_req_ind_handler(ke_msg_id_t const msgid, in gapc_encrypt_req_ind_handler() argument
466 static int gapc_encrypt_ind_handler(ke_msg_id_t const msgid, in gapc_encrypt_ind_handler() argument
A Dapp_user.c260 static int app_user_msg_handler(ke_msg_id_t const msgid, in app_user_msg_handler() argument
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/inc/
A Dke_task.h62 typedef int (*ke_msg_func_t)(ke_msg_id_t const msgid, void const *param,
66 …SG_HANDLER(msg_name, param_struct) __STATIC int msg_name##_handler(ke_msg_id_t const msgid, \
190 int ke_msg_discard(ke_msg_id_t const msgid, void const *param,
205 int ke_msg_save(ke_msg_id_t const msgid, void const *param,
A Dgapm_util.h389 void gapm_setup_conn(ke_msg_id_t const msgid, struct hci_le_enh_con_cmp_evt const *event);
A Dgapc_int.h155 uint8_t gapc_con_create(ke_msg_id_t const msgid, struct hci_le_enh_con_cmp_evt const *con_params,
A Dgapm_int.h404 uint8_t gapm_con_create(ke_msg_id_t const msgid, uint8_t operation, struct hci_le_enh_con_cmp_evt c…

Completed in 17 milliseconds