Searched refs:tBTA_JV_API_L2CAP_SERVER (Results 1 – 3 of 3) sorted by relevance
543 tBTA_JV_API_L2CAP_SERVER *p_msg; in BTA_JvL2capStartServer()548 … (p_msg = (tBTA_JV_API_L2CAP_SERVER *)osi_malloc(sizeof(tBTA_JV_API_L2CAP_SERVER))) != NULL) { in BTA_JvL2capStartServer()594 tBTA_JV_API_L2CAP_SERVER *p_msg; in BTA_JvL2capStartServerLE()599 … (p_msg = (tBTA_JV_API_L2CAP_SERVER *)osi_malloc(sizeof(tBTA_JV_API_L2CAP_SERVER))) != NULL) { in BTA_JvL2capStartServerLE()640 tBTA_JV_API_L2CAP_SERVER *p_msg; in BTA_JvL2capStopServer()644 … if ((p_msg = (tBTA_JV_API_L2CAP_SERVER *)osi_malloc(sizeof(tBTA_JV_API_L2CAP_SERVER))) != NULL) { in BTA_JvL2capStopServer()669 tBTA_JV_API_L2CAP_SERVER *p_msg; in BTA_JvL2capStopServerLE()673 … if ((p_msg = (tBTA_JV_API_L2CAP_SERVER *)osi_malloc(sizeof(tBTA_JV_API_L2CAP_SERVER))) != NULL) { in BTA_JvL2capStopServerLE()
1480 tBTA_JV_API_L2CAP_SERVER *ls = &(p_data->l2cap_server); in bta_jv_l2cap_start_server()1546 tBTA_JV_API_L2CAP_SERVER *ls = &(p_data->l2cap_server); in bta_jv_l2cap_stop_server()2962 tBTA_JV_API_L2CAP_SERVER *ls = &(p_data->l2cap_server); in bta_jv_l2cap_stop_server_le()3002 tBTA_JV_API_L2CAP_SERVER *ss = &(p_data->l2cap_server); in bta_jv_l2cap_start_server_le()
214 } tBTA_JV_API_L2CAP_SERVER; typedef397 tBTA_JV_API_L2CAP_SERVER l2cap_server;