Searched refs:sdp_create_record (Results 1 – 2 of 2) sorted by relevance
79 tBTA_SDP_CREATE_RECORD_USER sdp_create_record; /* BTA_SDP_CREATE_RECORD_USER_EVT */ member
1027 if (p_data->sdp_create_record.status == BTA_SDP_SUCCESS) { in btc_sdp_dm_cback()1028 p_data->sdp_create_record.handle = btc_handle_create_record_event((int)user_data); in btc_sdp_dm_cback()1029 if (p_data->sdp_create_record.handle < 0) { in btc_sdp_dm_cback()1030 p_data->sdp_create_record.status = BTA_SDP_FAILURE; in btc_sdp_dm_cback()1317 param.create_record.status = p_data->sdp_create_record.status; in btc_sdp_cb_handler()1318 param.create_record.record_handle = p_data->sdp_create_record.handle; in btc_sdp_cb_handler()