Searched refs:slot_new (Results 1 – 1 of 1) sorted by relevance
336 spp_slot_t *slot = NULL, *slot_new = NULL; in btc_spp_rfcomm_inter_cb() local367 slot_new = spp_malloc_slot(); in btc_spp_rfcomm_inter_cb()368 if (!slot_new) { in btc_spp_rfcomm_inter_cb()373 slot_new->connected = true; in btc_spp_rfcomm_inter_cb()374 slot_new->security = slot->security; in btc_spp_rfcomm_inter_cb()375 slot_new->role = slot->role; in btc_spp_rfcomm_inter_cb()376 slot_new->scn = slot->scn; in btc_spp_rfcomm_inter_cb()377 slot_new->max_session = slot->max_session; in btc_spp_rfcomm_inter_cb()378 strcpy(slot_new->service_name, slot->service_name); in btc_spp_rfcomm_inter_cb()379 slot_new->sdp_handle = slot->sdp_handle; in btc_spp_rfcomm_inter_cb()[all …]