Searched refs:cfm (Results 1 – 4 of 4) sorted by relevance
139 cfm->accept = true; in gapc_bond_req_ind_handler()176 cfm->request = GAPC_LTK_EXCH; in gapc_bond_req_ind_handler()178 cfm->accept = true; in gapc_bond_req_ind_handler()244 cfm->accept = true; in gapc_bond_req_ind_handler()265 cfm->accept = true; in gapc_bond_req_ind_handler()291 ke_msg_send(cfm); in gapc_bond_req_ind_handler()388 cfm->found = false; in gapc_encrypt_req_ind_handler()435 cfm->found = true; in gapc_encrypt_req_ind_handler()436 cfm->key_size = 16; in gapc_encrypt_req_ind_handler()446 uint8_t found_flag = cfm->found; in gapc_encrypt_req_ind_handler()[all …]
180 cfm->handle = param->handle; in gattc_att_info_req_ind_handler()187 cfm->length = 2; in gattc_att_info_req_ind_handler()192 cfm->length = 0; in gattc_att_info_req_ind_handler()196 cfm->status = status; in gattc_att_info_req_ind_handler()197 ke_msg_send(cfm); in gattc_att_info_req_ind_handler()254 cfm->handle = param->handle; in gattc_write_req_ind_handler()255 cfm->status = status; in gattc_write_req_ind_handler()256 ke_msg_send(cfm); in gattc_write_req_ind_handler()306 cfm->status = status; in gattc_read_req_ind_handler()307 cfm->length = length; in gattc_read_req_ind_handler()[all …]
357 cfm->req = param->req; in gapc_get_dev_info_req_ind_handler()358 cfm->info.name.length = appm_get_dev_name(cfm->info.name.value); in gapc_get_dev_info_req_ind_handler()361 ke_msg_send(cfm); in gapc_get_dev_info_req_ind_handler()371 cfm->req = param->req; in gapc_get_dev_info_req_ind_handler()385 ke_msg_send(cfm); in gapc_get_dev_info_req_ind_handler()395 cfm->req = param->req; in gapc_get_dev_info_req_ind_handler()406 ke_msg_send(cfm); in gapc_get_dev_info_req_ind_handler()438 cfm->status = GAP_ERR_REJECTED; in gapc_set_dev_info_req_ind_handler()439 cfm->req = param->req; in gapc_set_dev_info_req_ind_handler()441 ke_msg_send(cfm); in gapc_set_dev_info_req_ind_handler()[all …]
186 struct gattc_att_info_cfm *cfm; in user_gattc_att_info_req_ind_handler() local190 cfm->handle = param->handle; in user_gattc_att_info_req_ind_handler()193 ke_msg_send(cfm); in user_gattc_att_info_req_ind_handler()311 cfm->handle = param->handle; in user_gattc_write_req_ind_handler()312 cfm->status = status; in user_gattc_write_req_ind_handler()313 ke_msg_send(cfm); in user_gattc_write_req_ind_handler()377 cfm->length = value_size; in user_gattc_read_req_ind_handler()378 memcpy(cfm->value, value, value_size); in user_gattc_read_req_ind_handler()379 cfm->handle = param->handle; in user_gattc_read_req_ind_handler()380 cfm->status = status; in user_gattc_read_req_ind_handler()[all …]
Completed in 10 milliseconds